From 9ac4e67f346b54dd17f41d0909f56f9d2ef7ab34 Mon Sep 17 00:00:00 2001 From: Evheniy Bystrov Date: Sat, 18 Mar 2017 15:27:34 +0000 Subject: [PATCH] docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2bb205..be3eafd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Parse request bodies const App = require('yeps'); const app = new App(); + const bodyParser = require('yeps-bodyparser'); const methodOverride = require('yeps-method-override'); app.then(bodyParser());