瀏覽代碼

fixes wrong whitespaces

Damien Accorsi 7 年之前
父節點
當前提交
3108076dae
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md 查看文件

@@ -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