From da5e288476d393dc08be4d647e98651578634d2e Mon Sep 17 00:00:00 2001 From: Nick Spirit Date: Fri, 12 Oct 2018 09:27:52 -0400 Subject: [PATCH] Fixed a mispelt word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a819cfd..40d4b1f 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The primary concept here is to bring the nicities that are brought forth from bo ## Future Ideas -- Cooke-based sessions are currently an afterthought, as this is an API framework, but websites are APIs too. +- Cookie-based sessions are currently an afterthought, as this is an API framework, but websites are APIs too. - Potentially support ASGI instead of WSGI. Will the tradeoffs be worth it? This is a question to ask. Procedural code works well for 90% use cases. - If frontend websites are supported, provide an official way to run webpack.