Skip to content

Commit

Permalink
Fix readme doc
Browse files Browse the repository at this point in the history
  • Loading branch information
butterywombat committed Nov 11, 2015
1 parent 841fe55 commit 1a69687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ You can also ask the cartero hook to lookup the url of a specific asset. For exa


```javascript
h.getAssetUrl( 'views/page1/carnes.png' ), function( err, url ) {
h.getAssetUrl( 'views/page1/carnes.png', function( err, url ) {
res.locals.imgUrl = url;
} );
```
Expand Down

0 comments on commit 1a69687

Please sign in to comment.