Skip to content

Commit f39d1d8

Browse files
authored
Update README.md
1 parent a5c4a96 commit f39d1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ E-commerce mobile application developed using React Native :necktie: :tophat:
77
- React Native
88
- Redux / Saga
99
- JSON Server
10-
- Unit tests
10+
- Unit Testing
1111

1212
## Dependencies
1313

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

2626
```sh
27-
$ json-server server.json -p 3001 -w -d 500
27+
$ json-server server.json -p 3001 -w -d 300
2828
```
2929

3030
To run the project, you must have installed Android and/or iOS environment. Use 'run-ios' or 'run-android':

0 commit comments

Comments
 (0)