Update README.md

This commit is contained in:
Doug Bird 2018-06-12 23:34:53 -07:00 committed by GitHub
parent 5c3b268715
commit 57ff92668d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -192,9 +192,9 @@ $ bin/update-formats.sh
### TLD Update Utility Prerequisites
* Node.js version 8.11 or higher.
* (Optional) PHP command-line version 7.2 or higher, to create the [PHP format class file](#tld-list-formats).
* `npm install --dev` must have been performed (in the project root):
* The *devDependencies* from [*package.json*](./package.json) must be fullfilled:
```sh
npm install --dev
$ npm install --dev
```
### TLD Update Utility Usage