From 94a1a850b79da564cbe7277eb9f90f1ad107b512 Mon Sep 17 00:00:00 2001 From: XD-DENG Date: Sat, 1 Jul 2017 22:06:05 +0800 Subject: [PATCH] Minor changes --- README.md | 4 ++-- templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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