From 00b248539e0ab47e8712146ea2c0101fd7252f79 Mon Sep 17 00:00:00 2001 From: Arthur Kh <67127683+mainarthur@users.noreply.github.com> Date: Wed, 21 Apr 2021 17:51:29 +0300 Subject: [PATCH] Removed dollar sign Removed dollar sign to make it easier to copy and paste --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9831466..2fbeb16 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Create a new directory to do your workshop work in. Let's call it "promise-shop You will need to initialize npm in this repo. ``` -$ mkdir promise-shop && cd promise-shop -$ npm init -$ npm install -g promise-it-wont-hurt@latest +mkdir promise-shop && cd promise-shop +npm init +npm install -g promise-it-wont-hurt@latest ``` **Note**: the workshop is being updated weekly. @@ -62,7 +62,7 @@ Once the workshop is installed, run `promise-it-wont-hurt` to print a menu where you can select a problem to work on. ``` -$ promise-it-wont-hurt +promise-it-wont-hurt ``` Problems are listed in rough order of difficulty. You are advised to complete them in order, as later problems