Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

Commit 5e698aa

Browse files
committed
Update README.md
1 parent 96b0601 commit 5e698aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# ko-component-router
2+
3+
[![Code Climate](https://codeclimate.com/github/caseyWebb/ko-component-router/badges/gpa.svg)](https://codeclimate.com/github/caseyWebb/ko-component-router)
4+
[![Test Coverage](https://codeclimate.com/github/caseyWebb/ko-component-router/badges/coverage.svg)](https://codeclimate.com/github/caseyWebb/ko-component-router/coverage)
5+
[![Build Status](https://travis-ci.org/caseyWebb/ko-component-router.svg?branch=master)](https://travis-ci.org/caseyWebb/ko-component-router)
6+
27
Component-based router for developing single-page-apps with KnockoutJS,
38
built on top of [page.js](https://github.com/visionmedia/page.js). Any gaps in this
49
documentations will most likely be quickly answered by a quick look at page.js' docs.
510

6-
__v2.0.0 is a complete rewrite and is currently in development__
711

812
```javascript
913
ko.router.route('/user/:id', loadUser, 'User')

0 commit comments

Comments
 (0)