Oleg Shuralev 5 years ago
parent
commit
d75250259b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -16,7 +16,6 @@ npm install
 Set correct URL to your API server in `.env`.
 
 ```
-# API url
 REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
 ```
 
@@ -35,4 +34,6 @@ npm start
 
 ## Links
 
-* [JSON Server] - Fake REST API(https://github.com/typicode/json-server)
+* [JSON Server](https://github.com/typicode/json-server) - Fake REST API.
+* [Bulma](https://bulma.io/documentation/) - free, open source CSS framework based on Flexbox
+* [Create React App](https://github.com/facebook/create-react-app)