From c290fce9a8d7ff5ed5eddb1bd095d81e4e922277 Mon Sep 17 00:00:00 2001 From: David Reed Date: Fri, 30 Sep 2022 17:14:12 -0400 Subject: [PATCH] consistent $ in instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f52b76..739fe09 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,20 @@ $ cd Ultraviolet-Static 2. Install dependencies ```sh -npm install +$ npm install ``` 3. Make your changes... 4. Produce the `dist/` directory and import the Ultraviolet scripts ```sh -npm run build +$ npm run build ``` 5. Package for NPM to produce `ultraviolet-static.X.X.X.tar.gz` file ```sh -npm pack +$ npm pack ``` ## Install in [Ultraviolet-Node](https://github.com/titaniumnetwork-development/Ultraviolet-Node.git)