From a3f4061c547d8520928721c3d51389298c14e554 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 31 Mar 2019 18:33:39 +0200 Subject: [PATCH] Docs: typo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4d9e97..ceba61e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

- As light as a leaf, leafeon is a Javascript routing library that fits perfectly with client-side templating. + As light as a leaf, leafeon is a Javascript routing library that fits perfectly with client-side templating.

## Features @@ -30,6 +30,7 @@ - Error handling - Before and after router middleware - Route mapping +- Browser & npm usage ## Overview @@ -77,8 +78,8 @@ leafeon.map('docs_', '/docs', [ ## Installation (npm) -~~~bash -$ npm i leafeon +~~~shell +npm install leafeon ~~~ #### Usage