From 705e1da4b0fa4837c67cf30ff61bb09a4ba5d7f4 Mon Sep 17 00:00:00 2001 From: Tim Mikeladze Date: Wed, 5 Apr 2017 20:28:12 -0700 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 f81cf3a..d3b36b9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ the following keys: This example demonstrates adding a generic JSON and URL-encoded parser as a top-level middleware, which will parse the bodies of all incoming requests. This is the simplest setup. ```lua -local json = requrie('json') +local json = require('json') local Utopia = require('utopia') local bodyParser = require('body-parser')