Skip to content

Commit

Permalink
Removed bad example.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Feb 22, 2018
1 parent 9541544 commit e3d47a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The library supports the HTML 5 History API only. __This plugin is a little big
- no dependencies
- best of use with [www.totaljs.com - web framework for Node.js](http://www.totaljs.com)
- works with `async`
- [__DEMO EXAMPLE__](http://example.jcomponent.org)

__YOU MUST SEE:__

Expand Down Expand Up @@ -213,7 +212,7 @@ jRouting.redirect('/products/shoes/', { from: 'jeans', latest: true, custom: 'mo
#### jRouting.prev()

> Returns the previouse URL address.
```javascript
console.log(jRouting.prev());
```
Expand Down Expand Up @@ -320,7 +319,7 @@ if (!window.jRoute)
window.jRoute.push(function() {
jRouting.route('/', function() {
console.log('Classic route');
});
});

jRouting.route('#hashtag', function() {
console.log('Hashtag');
Expand Down

0 comments on commit e3d47a3

Please sign in to comment.