Skip to content

Commit 43e79c0

Browse files
author
Jean-Christophe Cazeaux
committed
Minor doc fix
1 parent 815a717 commit 43e79c0

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
@@ -55,7 +55,7 @@ carburator.myContainer("b", ["a", function(a) {
5555
// Inject dependency
5656
carburator.inject(["a", function(a) {
5757
// Enters here only when injections are ready
58-
console.log(asyncDep); // Hello World !
58+
console.log(a); // Hello World !
5959
}]);
6060
```
6161

0 commit comments

Comments
 (0)