Skip to content

Commit 38fd9b0

Browse files
authored
Update README.md
1 parent 086c980 commit 38fd9b0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ PORT = 8000
2626

2727
# Register blueprint
2828

29+
### flask blueprint documentation
30+
31+
> https://github.com/aiscenblue/flask-blueprint
32+
2933
> docs http://flask-starter-kit.readthedocs.io/en/latest/
3034
3135
`NOTE :: if it's a sub directory it must consist a __init__.py
@@ -43,8 +47,6 @@ def index():
4347
return make_response("Welcome to flask starter kit!", 200)
4448
4549
```
46-
> flask blueprint documentation
47-
> https://github.com/aiscenblue/flask-blueprint
4850

4951
# Configure application core
5052
`configurations are modified in start.py`

0 commit comments

Comments
 (0)