Update README.md

This commit is contained in:
Daniel 2020-03-15 13:16:43 +01:00 committed by GitHub
parent 24807fef97
commit c9add998bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@
### About ### About
This simple extension adds Semantic UI support to your Flask project. It has currently no support for WTForms. This will come in a later version. But you can all semantic UI features, like icons, animations, ... You name it. This simple extension adds Semantic UI support to your Flask project. It has currently no support for WTForms. This will come in a later version. But you can all semantic UI features, like icons, animations, ... You name it.
Based on [Semantic UI v2.4.1](https://github.com/Semantic-Org/Semantic-UI-CSS).
### How to use ### How to use
Your `__init__.py` file should be something like this: Your `__init__.py` file should be something like this:
```python ```python