Navigation Menu

Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvh committed Dec 3, 2012
1 parent ac6dad4 commit a86d877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -160,11 +160,11 @@ You can use the json2json library in your browser by converting the CoffeeScript
You'll also need to include the Sysmo.js dependency.
Include the files in this order (the [json2json.coffee](lib/json2json.coffee) file is not necessary):

1. [Sysmo.js](../Sysmo.js/lib/sysmo.js)
1. [Sysmo.js](https://github.com/joelvh/Sysmo.js/lib/sysmo.js)
2. TemplateConfig.js (converted from [TemplateConfig.coffee](lib/TemplateConfig.coffee))
3. ObjectTemplate.js (converted from [ObjectTemplate.coffee](lib/ObjectTemplate.coffee))

From there on out, you can define your template (see [examples](examples)) and use the classes in your JavaScript code.
From there on out, you can define your template (see [example](example)) and use the classes in your JavaScript code.

# TODO

Expand Down

0 comments on commit a86d877

Please sign in to comment.