Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed dollar sign #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down