소스 검색

fixes titling

Damien Accorsi 7 년 전
부모
커밋
4020691ac4
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      README.md

+ 1 - 2
README.md 파일 보기

@@ -45,10 +45,9 @@ virtualenv -p /usr/bin/python3 venv
45 45
 source venv/bin/activate
46 46
 python setup.py develop
47 47
 ```
48
-
48
+ 
49 49
 ## Give it a try
50 50
 
51
-
52 51
 ### A complete user API
53 52
 
54 53
 In the `example/usermanagement` directory you can find a complete example of an API allowing to manage users.