Skip to content

Commit

Permalink
fix readme titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-F committed Apr 14, 2018
1 parent eacb025 commit 74c17b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 74c17b2

Please sign in to comment.