summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4e0e0b1..7bdcc7a 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# cortex
-### requirements
+### Requirements
* Node.js 6+
* MySQL
* Python 2.7
* Tensorflow 1.2
-### installation
+### Installation
```
npm install
@@ -15,7 +15,7 @@ npm install knex -g
knex migrate:latest
```
-### running the server
+### Running the server
```
npm start