@@ -6,7 +6,7 @@ This is a basic [cheatsheet](https://www.pythoncheatsheet.org) for Python mostly
66
77##About the Website
88
9- Build with the[ Flask] ( http://flask.pocoo.org/ ) microframework, this website provides a simplemanagment system with the following features:
9+ Build with the[ Flask] ( http://flask.pocoo.org/ ) microframework, this website provides a simplemanagement system with the following features:
1010
1111###Features
1212
@@ -18,8 +18,8 @@ Build with the [Flask](http://flask.pocoo.org/) microframework, this website pro
1818- Custom Profiles for users.
1919- Quick search for static pages.
2020- Elasticsearch integration.
21- - UsersManagment (create, edit, delete).
22- - ArticlesManagment (create, edit, delete).
21+ - UsersManagement (create, edit, delete).
22+ - ArticlesManagement (create, edit, delete).
2323- Licensed[ MIT] ( https://github.com/wilfredinni/pysheetBlog/blob/master/LICENSE ) .
2424
2525In the frontend is[ Bulma] ( https://github.com/jgthms/bulma ) , a great and easy to use CSS framework along with some vanilla Javascript.