From 7cb5d05bd9f5c1cb62e565f46d9e22e112b1489a Mon Sep 17 00:00:00 2001 From: Alan Pryor Date: Sat, 3 Aug 2019 13:00:42 -0400 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb7a428..c4e1e19 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Example of a scalable Flask API -This is an example project using the structure propsed in [this blog post](http://alanpryorjr.com/2019-05-20-flask-api-example/) - A sample project showing how to build a scalable, maintainable, modular Flask API with a heavy emphasis on testing. +_This is an example project using the structure propsed in [this blog post](http://alanpryorjr.com/2019-05-20-flask-api-example/)._ + + ## Running the app Preferably, first create a virtualenv and activate it, perhaps with the following command: