Browse Source

fixes wrong whitespaces

Damien Accorsi 6 years ago
parent
commit
3108076dae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md View File

@@ -28,7 +28,7 @@ The separation of concerns between REST APIs layer and Business Stuff layer is i
28 28
 
29 29
 Hapic is licenced under the MIT licence. You can use it in your projects, closed or open sourced.
30 30
 
31
-## Status, contributions
31
+## Status, contributions
32 32
 
33 33
 Hapic source code is ready for production. Some refactoring are identified and required for maintainability, but public APIs are stable so you can rely on Hapic for your developments.
34 34
 
@@ -46,7 +46,7 @@ source venv/bin/activate
46 46
 python setup.py develop
47 47
 ```
48 48
  
49
-## Give it a try
49
+## Give it a try
50 50
 
51 51
 ### A complete user API
52 52