Skip to content

Commit 25eb319

Browse files
authored
Merge pull request #444 from kinfkong/issue-381
fix #381
2 parents f16b02c + 2445962 commit 25eb319

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### Redis
1010

11-
- follow here https://redis.io/download download and compile redis server or follow this commands
11+
- follow here https://redis.io/download download and compile redis server or follow these commands
1212

1313
```
1414
$ wget http://download.redis.io/releases/redis-4.0.11.tar.gz
@@ -22,13 +22,13 @@
2222

2323
### Local run
2424

25-
- goto submission folder, run `npm i` first
25+
- go to submission folder, run `npm i` first
2626
- for a local build, run `npm run local`, and use browsers open http://127.0.0.1:3003
2727
- for a production build, run `npm run start`, and use browsers open http://127.0.0.1:3003
2828

2929
### Docker build and run
3030

31-
- build image, make sure your dokcer already startup
31+
- build image, make sure your docker already startup
3232
- run `./build-docker-image.sh` to build docker image, the image named **tc/redis-manager**
3333
- after build succeed, run `docker run -p 3003:3003 -it tc/redis-manager` to run image
3434
- then use browsers open http://127.0.0.1:3003
@@ -69,8 +69,8 @@
6969

7070
- Other commands may need according to functions.
7171

72-
- which commands are dependent on one another?
72+
- what commands are dependent on one another?
7373

74-
a web app function dependent a lot of command, so, in fact, there is no command dependent on one another command.
74+
a web app function dependent on a lot of command, so, in fact, there is no command dependent on one another command.
7575

7676
Please note this app does not function in IE11+

0 commit comments

Comments
 (0)