Skip to content

Commit

Permalink
docs: (README) removed $ from npm commands (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpmint committed May 27, 2022
1 parent fb8630f commit fe21620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -102,13 +102,13 @@ Medis starts with all the basic features you need:
## Install

```shell
$ npm install ioredis
npm install ioredis
```

In a TypeScript project, you may want to add TypeScript declarations for Node.js:

```shell
$ npm install --save-dev @types/node
npm install --save-dev @types/node
```

## Basic Usage
Expand Down Expand Up @@ -1396,7 +1396,7 @@ default, this option is disabled and can only be used for debugging purposes. Yo
Start a Redis server on 127.0.0.1:6379, and then:

```shell
$ npm test
npm test
```

`FLUSH ALL` will be invoked after each test, so make sure there's no valuable data in it before running tests.
Expand Down

0 comments on commit fe21620

Please sign in to comment.