From b46331f937e98cadf7eba961f7e417f21f2c8c7d Mon Sep 17 00:00:00 2001 From: Eli Perelman Date: Wed, 8 Mar 2017 12:25:15 -0600 Subject: [PATCH] Typo --- docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/README.md b/docs/api/README.md index f8707ab..ac8d724 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -186,7 +186,7 @@ When creating a Neutrino instance, you have the option of providing an object wh middleware as `neutrino.options`. ```js -const Neutrino = require('neutrnino'); +const Neutrino = require('neutrino'); const api = new Neutrino();