From fd7ae59a6bc13e8d38429de4bf1d7af5f379ecd1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 19 Nov 2018 13:12:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af945d..93b62f2 100644 --- a/README.md +++ b/README.md @@ -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});