diff --git a/README.md b/README.md index e9dca82..ad60da9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ A tool to synchronize system time from web servers, for linux, windows and macos ## But, why not NTP? -There are always cases where the device cannot connect to the NTP server. +- Websites are everywhere in the world, NTP servers are scarce that the access is centralized. +- `htpdate` can be used as a backup When you fail to access NTP. +- There are always cases where the device cannot use NTP. ## Examples diff --git a/package.json b/package.json index 2740330..97f7442 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "scripts": { "compile": "npx coffee -bc --no-header ./", "clean": "rm *.js", - "b": "npx nexe -i index.js -r \"node_modules/**/package.json\"", + "b": "npx nexe -i index.js -r node_modules/**/package.json", "b-win-x86": "npm run b -- -t windows-x86-14.15.3 -o dists/htpdate-windows-x86.exe", "b-win-x64": "npm run b -- -t windows-x64-14.17.0 -o dists/htpdate-windows-x64.exe", "b-linux-x64": "npm run b -- -t linux-x64-14.15.3 -o dists/htpdate-linux-x64",