Skip to content

Commit 225dddc

Browse files
committed
update README
1 parent 8685f8d commit 225dddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $.async(function() {
6666
return 'hello';
6767
}).addBoth(function(res) {
6868
console.log(res); // hello
69-
}).callback();
69+
});
7070
```
7171

7272
## License

0 commit comments

Comments
 (0)