Просмотр исходного кода

Update README.md to include table of contents

Matt Coles лет назад: 10
Родитель
Сommit
b5a158d219
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      README.md

+ 8 - 8
README.md

1
-- [ip-project-server](#)
2
-        - [Installation](#)
3
-        - [Running](#)
4
-- [API](#)
5
-        - [/hello/:name/](#)
6
-        - [/register/](#)
7
-        - [/login/](#)
8
-
9
 # ip-project-server
1
 # ip-project-server
10
 Server for Integrated Project, powered by Express.js and Redis
2
 Server for Integrated Project, powered by Express.js and Redis
11
 
3
 
4
+* [ip-project-server](#ip-project-server)
5
+        * [Installation](#Installation)
6
+        * [Running](#Running)
7
+* [API](#API)
8
+        * [/hello/:name/](#/hello/:name/)
9
+        * [/register/](#/register/)
10
+        * [/login/](#/login/)
11
+
12
 ### Installation
12
 ### Installation
13
 Instructions are for OSX El Capitan at time of writing.
13
 Instructions are for OSX El Capitan at time of writing.
14
 
14