File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ You must have a package manager installed and [json-server](https://www.npmjs.co
15
15
16
16
## Getting Started
17
17
18
- To install all dependencies, you need to run the follow command:
18
+ To install all dependencies, you need to run the following command:
19
19
20
20
``` sh
21
21
$ yarn
22
22
```
23
23
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:
25
25
26
26
``` sh
27
27
$ json-server server.json -p 3001 -w -d 300
@@ -35,7 +35,7 @@ $ react-native run-ios
35
35
36
36
## Tests
37
37
38
- Run the follow command to execute all tests:
38
+ Run the following command to execute all tests:
39
39
40
40
``` sh
41
41
$ yarn test
You can’t perform that action at this time.
0 commit comments