diff --git a/README.md b/README.md index 77e1f48..cc8b25a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ +## Overview This example project demonstrates how to get TypeScript, KnockoutJS, RequireJS and jQuery to play nicely together. -How to: -1. Install node.js -2. Reopen your command prompt and run "npm install -g typescript@0.8.3" -3. Compile with "tsc --module AMD ./js/app/main.ts" +## How to: +* Install node.js +* Reopen your command prompt and run "npm install -g typescript@0.8.3" +* Compile with "tsc --module AMD ./js/app/main.ts" -Notes: -Compiles with the latest source of TypeScript 0.9.0, too. +## Notes: +Compiles with TypeScript 0.8.3. See the '0.9.0' branch for a version with works with +TypeScript 0.9.0. -References: -* knockout.amd.d.ts - DefinitelyTyped fork (https://github.com/diachedelic/DefinitelyTyped/blob/a9766db4a20ac65b47374f8aa8df95c7cd672eda/knockout/knockout.amd.d.ts) +## References: +* knockout.amd.d.ts - DefinitelyTyped fork (https://github.com/diachedelic/DefinitelyTyped/blob/master/knockout/knockout.amd.d.ts) * jquery.d.ts - DefinitelyTyped * jquery.blinky.js - http://aaron-powell.com/doing-it-wrong/blink diff --git a/index.html b/index.html index 400f56e..82d1ca9 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,6 @@
-