From ce1efc8bc0815c779db0d11da47c4637c9a7a3b3 Mon Sep 17 00:00:00 2001 From: Clayton Ray Date: Sun, 5 Aug 2018 15:33:16 -0400 Subject: [PATCH] Update koa-vs-express.md --- 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 1f836efd1..00b0faffe 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.