From 26cb689da4e080ac958240d8982d17720c7aba5c Mon Sep 17 00:00:00 2001 From: Alan Pryor Date: Sat, 3 Aug 2019 13:01:05 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e1e19..c2c6081 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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/)._ +_This is an example project using the structure proposed in [this blog post](http://alanpryorjr.com/2019-05-20-flask-api-example/)._ ## Running the app