From f862566c54ee6e137b8972588eb96cdfec7ac5ac Mon Sep 17 00:00:00 2001 From: Ben Elferink Date: Sun, 27 Dec 2020 02:06:00 +0200 Subject: [PATCH] severe typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7007b2..d2d5c5a 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ Set your database within `index.js`, then start server: ###### Client: -> axios: ^0.21.0     --->     Build the API
+> axios: ^0.21.0     --->     Use the API
> react: ^17.0.1     --->     UI framework
> react-dom: ^17.0.1     --->     UI framework
-> react-scripts: ^4.0.1     --->     Quickly launch local server +> react-scripts: ^4.0.1     --->     Quickly launch local service ###### Server: @@ -77,4 +77,4 @@ Set your database within `index.js`, then start server: > dotenv: ^8.2.0     --->     Secure sensitive information
> express: ^4.17.1     --->     Server app
> mongoose: ^5.11.8     --->     MongoDB database
-> nodemon: ^2.0.6     --->     Improved server +> nodemon: ^2.0.6     --->     Improved local service