Skip to content

Commit

Permalink
* Cross-link to jscex-jquery.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Jun 10, 2012
1 parent 0b6a719 commit 0ab3d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ fetch('http://.../').done(...).fail(...).fin(...);


# Description # Description


This module exports a Q root object (`Q`) containing an This module exports a Q root object (`Q`) containing a
`Q.async.$` helper; it compiles a regular function into one `Q.async.$` helper; it compiles a regular function into one
that returns a Q Promise object. that returns a Q Promise object.


Expand All @@ -45,6 +45,7 @@ The underlying JIT compiler is available as the `Q.async.$.Jscex` object.
* Jscex: http://jscex.info/ * Jscex: http://jscex.info/
* Q: https://github.com/kriskowal/q * Q: https://github.com/kriskowal/q
* LiveScript: https://gkz.github.com/LiveScript * LiveScript: https://gkz.github.com/LiveScript
* jQuery adapter for Jscex: https://github.com/audreyt/jscex-jquery/


# CC0 1.0 Universal # CC0 1.0 Universal


Expand Down

0 comments on commit 0ab3d4e

Please sign in to comment.