From c754606afe07fc689021b4bd596c47eee6a7fd31 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 01:12:46 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb4d704..e29e3d1 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ $ bin/update-formats.sh * (Optional) PHP command-line version 7.2 or higher, to re-generate the [PHP format files](#tld-list-formats). * The *devDependencies* from [*package.json*](./package.json) must be available. - * If **tld-enum** has installed in an outside project using npm, then these must be installed manually, as in the following example: + * If **tld-enum** was installed in an outside project using npm, then the *tld-enum* dev dependencies must be installed manually, as in the following example: ```sh npm install async-request --save-dev @@ -213,7 +213,7 @@ $ bin/update-formats.sh npm install tmp --save-dev ``` - * If **tld-enum** has installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* to update the TLD format files without having to wait for an update to the [**tld-enum** npm package](https://www.npmjs.com/package/tld-enum), as in the following example: + * If **tld-enum** was installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* to update the TLD format files without having to wait for an update to the [**tld-enum** npm package](https://www.npmjs.com/package/tld-enum), as in the following example: ```sh node_modules/tld-enum/bin/update-formats.sh