Explorar el Código

Update API docs to reflect changed routes

Matt Coles hace 9 años
padre
commit
c48fc890a4
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -8,8 +8,9 @@ Server for Integrated Project, powered by Express.js and Redis, listens only on
8 8
     * [Running](#running)
9 9
 * [API](#api)
10 10
     * [/hello/:name/](#helloname)
11
-    * [/register/](#userregister)
12
-    * [/auth/](#userauth)
11
+    * [/user/register/](#userregister)
12
+    * [/user/auth/](#userauth)
13
+    * [/society/create/](#societycreate)
13 14
 
14 15
 ### Installation
15 16
 Instructions are for OSX El Capitan at time of writing.