Skip to content

Commit

Permalink
Removed $ sign from Usage in Readme (#1397)
Browse files Browse the repository at this point in the history
* Removed $ sign from Usage in Readme

Removed $ sign from Usage in Readme to make the copying getting started a bit easier

* Update README.md

Co-authored-by: Chris Williams <williaster@users.noreply.github.com>
  • Loading branch information
DantrazTrev and williaster authored Jan 5, 2022
1 parent 3484291 commit 499e086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Let's make a simple bar graph.

First we'll install the relevant packages:

```
$ npm install --save @visx/mock-data @visx/group @visx/shape @visx/scale
```bash
npm install --save @visx/mock-data @visx/group @visx/shape @visx/scale
```

<img src="./assets/simplebar.png" height="150" />
Expand Down

0 comments on commit 499e086

Please sign in to comment.