From 2180839eda2cb16edcfda46ccfe24711680af850 Mon Sep 17 00:00:00 2001 From: Clayton Ray Date: Thu, 9 Aug 2018 03:39:23 -0400 Subject: [PATCH] docs: Update koa-vs-express.md (#1230) --- docs/koa-vs-express.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/koa-vs-express.md b/docs/koa-vs-express.md index 1f836ef..00b0faf 100644 --- a/docs/koa-vs-express.md +++ b/docs/koa-vs-express.md @@ -88,8 +88,8 @@ THIS DOCUMENT IS IN PROGRESS. THIS PARAGRAPH SHALL BE REMOVED WHEN THIS DOCUMENT ### Koa routing (third party libraries support) Since Express comes with its own routing, but Koa does not have - any in-built routing, but there are third party libraries available - koa-router and koa-route for routing. - Similarly just like we have helmet for security in Express, for Koa - we have koa-helmet available and the list goes on for Koa third - party available libraries. + any in-built routing, there are third party libraries available such as + koa-router and koa-route. + Similarly, just like we have helmet for security in Express, for Koa + we have koa-helmet available and the list goes on for Koa available third + party libraries.