From 57ff92668d4f66b7ec6c32173af184eecd99b637 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:34:53 -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 ae23126..8dc033a 100644 --- a/README.md +++ b/README.md @@ -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