We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ff926 commit 9f425a8Copy full SHA for 9f425a8
README.md
@@ -191,10 +191,10 @@ $ bin/update-formats.sh
191
192
### TLD Update Utility Prerequisites
193
* Node.js version 8.11 or higher.
194
- * (Optional) PHP command-line version 7.2 or higher, to create the [PHP format class file](#tld-list-formats).
195
- * The *devDependencies* from [*package.json*](./package.json) must be fullfilled:
+ * (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 fullfilled
196
```sh
197
- $ npm install --dev
+ $ npm install tld-enum --dev
198
```
199
200
### TLD Update Utility Usage
0 commit comments