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

Commit

Permalink
Knockout version note
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Mar 11, 2015
1 parent cdcb660 commit 33b87d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Component-based router for developing single-page-apps with KnockoutJS
## Installation
This package can be installed via bower or npm under the alias ko-component-router. It is wrapped in a universal module definition and thus may be consumed as a CommonJS/AMD module, or global.

_Requires KnockoutJS >= 3.3.0_

#### CommonJS (Browserify) / AMD (RequireJS) Note
KnockoutJS relies on the same ko context being used througout the app, so you will have to either create a singleton for ko, or attach it to the window and pass that as the first argument to `start`.

Expand Down

0 comments on commit 33b87d3

Please sign in to comment.