Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 19, 2018
1 parent 417e6f7 commit fd7ae59
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 @@ -31,7 +31,7 @@ The version hashes are the md5 of the contents of the static asset. Thus, every
var path = require('path');
var staticify = require('staticify')(path.join(__dirname, 'public'));

...
// ...
app.use(staticify.middleware);

app.helpers({getVersionedPath: staticify.getVersionedPath});
Expand Down

0 comments on commit fd7ae59

Please sign in to comment.