From 0bed48e75601e2aab94fc1ba99fec35447c1bb71 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 11 Oct 2018 12:24:58 -0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eea327..89fd9ab 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Python world certianly doesn't need more web frameworks. But, it does need m # The Basic Idea -The primary concept here is to bring the nicities that are brought forth from both Flask and Falcon and unify them into a single framework, along with some new ideas I have. I also wanted to take some of the API primitaves that are instilled in the Requests library and put them into a web framework. So, you'll find a lot of parallels here with Requests. +The primary concept here is to bring the nicities that are brought forth from both Flask and Falcon and unify them into a single framework, along with some new ideas I have. I also wanted to take some of the API primitives that are instilled in the Requests library and put them into a web framework. So, you'll find a lot of parallels here with Requests. ## Old Ideas