Skip to content

Commit

Permalink
No more dollar sign in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
janogonzalez committed May 15, 2020
1 parent be8ba78 commit b4d4ddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple ring buffer data structure for Node.js.
## Installation

```
$ npm install ringbufferjs
npm install ringbufferjs
```

## Example
Expand Down Expand Up @@ -86,8 +86,8 @@ Returns the size of the ring buffer.
## Testing

```
$ npm install
$ npm test
npm install
npm test
```

## Licence
Expand Down

0 comments on commit b4d4ddd

Please sign in to comment.