diff --git a/README.md b/README.md
index 77b02bdcfb3203d4cd2542d5cad19a3450455466..b5fe36890ac97d64fc55681dcc380131404275e3 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
 * `pug`: A clean, whitespace-sensitive template language for writing HTML
 * `mongoose`: Mongoose MongoDB ODM
 * `body-parser`: Node.js body parsing middleware
+* `morgan`: HTTP request logger middleware for node.js
 
 ### To use
 * `joi`: Object schema description language and validator for JavaScript objects.
@@ -16,7 +17,7 @@
 ## Release
 
 ### Next: v0.1.0
-* [X] Authentication and session
+* [ ] Authentication and session
 * [ ] Validate mongoose models
 * [ ] Make mongoose unique index work