Skip to content

Commit

Permalink
Merge pull request #5 from pranavrajs/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
andrewmcgivery committed Nov 17, 2015
2 parents aee849d + 6dcfc73 commit 9e9818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,6 +47,6 @@ $ImageCacheFactory.Cache([
]).then(function(){
console.log("Images done loading!");
},function(failed){
console.log("An image filed: "+failed);
console.log("An image failed: "+failed);
});
```

0 comments on commit 9e9818c

Please sign in to comment.