Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
weaver committed Aug 3, 2012
1 parent b5f1bc2 commit 3b52b12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ See `examples/shared-code` for a working example web server.

## Features ##

+ Share code with the browser!
+ Share code with web browsers!
+ Very lightweight integration with Node's module system.
+ No need for conditional `require('define')` in every AMD module.
+ Compatible with [AMD Define][2].
Expand Down Expand Up @@ -85,7 +85,7 @@ one-module-to-one-file convention and use something like the

## See Also ##

Refer to the [AMD Wiki][1] for more information about AMD.
Refer to the [AMD Wiki][2] for more information about AMD.

[0]: http://requirejs.org/
[1]: http://requirejs.org/docs/node.html#nodeModules
Expand Down
6 changes: 3 additions & 3 deletions examples/shared-code/README.md
Expand Up @@ -8,7 +8,7 @@ things consistent and DRY.

## Files ##

+ app.js -- Node/Express webserver
+ public/js/main.js -- client-side validation
+ public/js/validation.js -- shared code
+ app.js :: Node/Express webserver
+ public/js/main.js :: client-side validation
+ public/js/validation.js :: shared code

0 comments on commit 3b52b12

Please sign in to comment.