Skip to content

Commit 996dba6

Browse files
Update README.md
1 parent 5c79350 commit 996dba6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# [Flask Apps](https://appseed.us/apps/flask/)
22

3-
Open-Source web apps built with automation tools, HTML parsing and boilerplated code in [Flask](https://palletsprojects.com/p/flask/) - - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).
3+
Open-source web apps built with automation tools, HTML parsing, and boilerplate code in [Flask](https://palletsprojects.com/p/flask/) - - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).
44

55
<br />
66

7-
## What is **[Flask](https://appseed.us/apps/flask/)**
7+
## **[What is Flask]([https://appseed.us/apps/flask/](https://docs.appseed.us/content/what-is/flask/))**
88

9-
**[Flask](https://appseed.us/apps/flask/)** is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself - read more about it on the [Flask official website](https://palletsprojects.com/p/flask/) or access the docs and start coding.
9+
**Flask** is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions. However, Flask supports extensions that can add application features as if they were implemented in Flask itself - read more about it on the [Flask official website](https://palletsprojects.com/p/flask/) or access the docs and start coding.
1010

1111
<br />
1212

0 commit comments

Comments
 (0)