Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Updated typo in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Apr 1, 2013
1 parent 3b4227f commit 55c8c5e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -235,9 +235,12 @@ SCION is also available as an AMD module, so if you are using RequireJS in your
<script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/1.2.4/es5-shim.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/require-jquery/0.25.0/require-jquery.min.js "></script>

require(["http://jbeard4.github.com/SCION/builds/latest/scion-min.js"],function(scion){
//use SCION here
});
<script type="text/javascript">
//from inside your script
require(["http://jbeard4.github.com/SCION/builds/latest/scion-min.js"],function(scion){
//use SCION here
});
</script>
```

Note that SCION assumes the presence of jQuery to handle cross-browser XMLHTTPRequest, however an alternative Ajax library could instead be used. This is set up in the following way:
Expand Down

0 comments on commit 55c8c5e

Please sign in to comment.