Update README.md
This commit is contained in:
parent
9668f4b205
commit
c754606afe
|
@ -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).
|
* (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.
|
* 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
|
```sh
|
||||||
npm install async-request --save-dev
|
npm install async-request --save-dev
|
||||||
|
@ -213,7 +213,7 @@ $ bin/update-formats.sh
|
||||||
npm install tmp --save-dev
|
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
|
```sh
|
||||||
node_modules/tld-enum/bin/update-formats.sh
|
node_modules/tld-enum/bin/update-formats.sh
|
||||||
|
|
Loading…
Reference in New Issue