From 74c17b21b379de6f3ff8845a6e47caf075817c49 Mon Sep 17 00:00:00 2001 From: Vince Date: Sat, 14 Apr 2018 13:22:40 +0200 Subject: [PATCH] fix readme titles --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 0808611..e6932ca 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # usr-mgt -##Description +## Description usr-mgt (short for User Management) is a NodeJS server app exposing basic API for create/managing user along with their authentication. It's divided in two different (almost) REST APIs in form of express router objects: @@ -12,12 +12,12 @@ express router you can prefix them with whatever you want (see example): - authentication url scheme - user API url scheme -##Changelog +## Changelog -###V0.1.0 +### V0.1.0 Initial version. -##Roadmap and planned features +## Roadmap and planned features - encrypt password - add options to customize the API - add a standalone a mode so you can launch the API on its own