Skip to content

Commit cad7886

Browse files
committed
update README
1 parent c15fce9 commit cad7886

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jQuery async plugin adds **Deferred** to handle like the [Mochikit.Async.Deferre
55

66
This plugin adds the Deferred functions to jQuery.Deferred object, but it does not conflict with other plugins.
77
jQuery.Deferred keeps original functions.
8-
jQuery object is added only "**async**" function object.
8+
jQuery object is added only **async** function object.
99

1010

1111
## Installation
@@ -14,6 +14,8 @@ Include script after the jQuery library:
1414

1515
```html
1616
<script src="/path/to/jquery.async.js"></script>
17+
or
18+
<script src="/path/to/jquery.async.min.js"></script>
1719
```
1820

1921
$.async() is a shortcut function faster way of creating new Deferred sequence.
@@ -86,7 +88,7 @@ var d = $.Deferred();
8688

8789
The following callback methods has been added.
8890

89-
#### [addCallback](http://mochi.github.io/mochikit/doc/html/MochiKit/Async.html#fn-deferred.prototype.addcallback)(*function* callback) *Deferred*
91+
#### [addCallback](http://mochi.github.io/mochikit/doc/html/MochiKit/Async.html#fn-deferred.prototype.addcallback)\(*function* callback\) *Deferred*
9092

9193
Add a single callback to the end of the callback sequence.
9294

0 commit comments

Comments
 (0)