Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
Docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Mar 31, 2019
1 parent 6c66d79 commit a3f4061
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</p>

<p align="center">
<strong>As light as a leaf, leafeon is a Javascript routing library that fits perfectly with client-side templating.</strong>
As light as a leaf, leafeon is a Javascript routing library that fits perfectly with client-side templating.
</p>

## Features
Expand All @@ -30,6 +30,7 @@
- Error handling
- Before and after router middleware
- Route mapping
- Browser & npm usage

## Overview

Expand Down Expand Up @@ -77,8 +78,8 @@ leafeon.map('docs_', '/docs', [

## Installation (npm)

~~~bash
$ npm i leafeon
~~~shell
npm install leafeon
~~~

#### Usage
Expand Down

0 comments on commit a3f4061

Please sign in to comment.