Skip to content

Commit

Permalink
Last readme update for today
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Nov 28, 2016
1 parent 94dab98 commit 4d3b01b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@

> Simple vanilla JavaScript router to be used inside a Single Page App to add routing capabilities.
The router comes with zero dependencies and can be used with any other libraries. It's based on the [hashchange-Event](https://developer.mozilla.org/docs/Web/API/WindowEventHandlers/onhashchange) from the window-object.
The router comes with zero dependencies and can be used with any other libraries. It's based on the [hashchange-Event](https://developer.mozilla.org/docs/Web/API/WindowEventHandlers/onhashchange).

## Installation

```
$ npm install --save vanilla-ui-router
```
*As UMD module this runs everywhere (ES6 modules, CommonJS, AMD and with good ol’ globals).*

## Usage
Let's assume your initial markup has the following structure:
Expand Down

0 comments on commit 4d3b01b

Please sign in to comment.