瀏覽代碼

Update README.md

Matt Coles 9 年之前
父節點
當前提交
92a6a8bd49
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -1,6 +1,6 @@
1 1
 # uni-society-manager [![travisbadge](https://travis-ci.org/Alpha-Atom/uni-society-manager.svg)](https://travis-ci.org/Alpha-Atom/uni-society-manager/builds) ![dankmeme](https://img.shields.io/badge/contains-dank%20memes-brightgreen.svg)
2 2
 
3
-Server for Integrated Project, powered by Express.js and Redis, listens for HTTPS requests on port 443 and HTTP requests on port 80 and port 3000. Certificate provided for free by the brilliant __[Lets Encrypt!](https://letsencrypt.org/)__ project. Unit tests are run on each commit with __[Travis CI](https://travis-ci.org/)__. Results of these tests can be viewed by clicking the build passing/failing badge.
3
+Server for Integrated Project, powered by Express.js and Redis, listens for HTTPS requests on port 443 and HTTP requests on port 80 and port 3000. Certificate provided for free by the brilliant __[Lets Encrypt!](https://letsencrypt.org/)__ project. Unit tests are run on each commit with __[Travis CI](https://travis-ci.org/)__. Results of these tests can be viewed by clicking the build passing/failing badge. Unit tests exist for each route with a :white_check_mark: by its name.
4 4
 
5 5
 ![HTTPS Screenshot](http://i.imgur.com/HUOTv2o.png "HTTPS Hello World")
6 6
 
@@ -10,12 +10,12 @@ Server for Integrated Project, powered by Express.js and Redis, listens for HTTP
10 10
     * [Testing](#testing)
11 11
 * [API](#api)
12 12
     * __Misc__
13
-        * [/hello/:name/](#helloname)
13
+        * [/hello/:name/](#helloname) :white_check_mark:
14 14
     * __User__
15
-        * [/user/register/](#userregister)
16
-        * [/user/auth/](#userauth)
17
-        * [/user/view/](#userview)
18
-        * [/user/view/:user](#userviewuser)
15
+        * [/user/register/](#userregister) :white_check_mark:
16
+        * [/user/auth/](#userauth) :white_check_mark:
17
+        * [/user/view/](#userview) :white_check_mark:
18
+        * [/user/view/:user](#userviewuser) :white_check_mark:
19 19
     * __Society__
20 20
         * [/society/create/](#societycreate)
21 21
         * [/society/view/](#societyview)