From 2b59ef2b0622bef20ddd4860243ab32ff234d75d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 Jan 2022 00:18:05 -0300 Subject: [PATCH] delete building to title --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af3a452..10bf4d9 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ Flask-FomanticUI is a collection of Jinja macros for [Fomantic UI](https://fomantic-ui.com/) and [Flask](https://flask.palletsprojects.com/en/2.0.x/) for the global style. Very similar -to [Bootstrap-Flask](https://github.com/greyli/bootstrap-flask). It helps you to -render Flask-related data and objects to Fomantic UI markup HTML more easily: +to [Bootstrap-Flask](https://github.com/greyli/bootstrap-flask). + +## Features - [x] Table generation: Render data objects (dict or class objects) to Fomantic UI Table. - [x] Paginate generation: Render Flask-SQLAlchemy `Pagination` object to Fomantic UI Pagination.