diff --git a/README.md b/README.md index 2176510..ba8def5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # flask-example -A minimal web app developed in [Flask](http://flask.pocoo.org/). +A minimal web app developed with [Flask](http://flask.pocoo.org/) framework. -The main purpose is to introduce how to implement the essential elements in web application with Flask framework, including +The main purpose is to introduce how to implement the essential elements in web application with Flask, including - URL Building diff --git a/templates/index.html b/templates/index.html index f8f6099..b8614a6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,8 +3,8 @@ {% block body %} {{ super() }} -
This is a minimal web app developed in Flask.
-The main purpose is to introduce how to implement the essentail elements in web applications with Flask framework, including
+This is a minimal web app developed with Flask framework.
+The main purpose is to introduce how to implement the essentail elements in web applications with Flask, including