From c9add998bd1db0676f9d8bd017c82bbf403c4435 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 15 Mar 2020 13:16:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca5f5e4..23c541b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ### 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. +Based on [Semantic UI v2.4.1](https://github.com/Semantic-Org/Semantic-UI-CSS). + ### How to use Your `__init__.py` file should be something like this: ```python