Skip to content

Commit 517eae2

Browse files
authored
Update README.md (#4)
1 parent b354384 commit 517eae2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,23 @@ gb.register(prefix='queue:orders', batch=3, trimStream=True)
8080
For detailed instructions please take a look at [redismod - a Docker image with select Redis Labs modules](https://hub.docker.com/r/redislabs/redismod).
8181

8282
```
83-
npm start:docker
83+
npm run start:docker
8484
```
8585

8686
## Register [StreamReaders](https://oss.redislabs.com/redisgears/readers.html#streamreader)
8787

8888
Install Readers to add Time-Series and complete orders
8989

9090
```
91-
npm register:gears
91+
npm run register:gears
9292
```
9393

9494
## Install [ioredis](https://github.com/luin/ioredis) module and run simulation
9595

9696
Script `pop-up-store.js` will add customers to stream `queue:customers` and their orders to `queue:orders`.
9797

9898
```
99-
npm start:simulation
99+
npm run start:simulation
100100
```
101101

102102
## Open Grafana Dashboard using browser http://localhost:3000
@@ -106,5 +106,5 @@ npm start:simulation
106106
To start `redis-cli` and look at the keys please run
107107

108108
```
109-
npm redis-cli
109+
npm run redis-cli
110110
```

0 commit comments

Comments
 (0)