Skip to content

Commit c6fa96c

Browse files
authored
Update README.md
1 parent 75f8f33 commit c6fa96c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ You must have a package manager installed and [json-server](https://www.npmjs.co
1515

1616
## Getting Started
1717

18-
To install all dependencies, you need to run the follow command:
18+
To install all dependencies, you need to run the following command:
1919

2020
```sh
2121
$ yarn
2222
```
2323

24-
To run JSON Server, you could do some configurations or execute the follow command if you installed json-server as global:
24+
To run JSON Server, you could do some configurations or execute the following command if you installed json-server as global:
2525

2626
```sh
2727
$ json-server server.json -p 3001 -w -d 300
@@ -35,7 +35,7 @@ $ react-native run-ios
3535

3636
## Tests
3737

38-
Run the follow command to execute all tests:
38+
Run the following command to execute all tests:
3939

4040
```sh
4141
$ yarn test

0 commit comments

Comments
 (0)