From ea84432761a80f16e184d93c684b01bbaa6e2161 Mon Sep 17 00:00:00 2001 From: Bob Wen Date: Thu, 4 Nov 2021 23:14:04 +0800 Subject: [PATCH] Minor changes --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",