diff --git a/README.md b/README.md index 438fbe39a7220371ff5b96da3f18304c9deb6661..bdb129538dc85f162143830d03da257136e2d460 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ The first version of C-Service API. For the next steps, you will need the following software: -* Make sure you have the latest version of Node.js: [see official installation guide](https://nodejs.org/en/download/); -* The project uses Git to download some required dependencies: [follow the official install guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) -* C-Server runs on top of CouchDB, [see CouchDB's installation guide](https://docs.couchdb.org/en/stable/install/index.html) +- Make sure you have the latest version of Node.js: [see official installation guide](https://nodejs.org/en/download/); +- The project uses Git to download some required dependencies: [follow the official install guide](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) +- C-Server runs on top of CouchDB, [see CouchDB's installation guide](https://docs.couchdb.org/en/stable/install/index.html) In addition, you will need to enable CORS in CouchDB @@ -45,7 +45,7 @@ You might need to change the binding address in the CouchDB admin panel to allow You can also run tests using: - ```bash +```bash npm test ```