Skip to content

Commit 19a60cd

Browse files
jcoelho-rbiXhmikosR
authored andcommitted
README.md: fix typo in usage section.
1 parent b10d569 commit 19a60cd

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
@@ -78,7 +78,7 @@ Initialise the staticify helper with the path of your public directory:
7878

7979
```js
8080
var path = require('path');
81-
var statificy = require('staticify')(path.join(__dirname, 'public'));
81+
var staticify = require('staticify')(path.join(__dirname, 'public'));
8282
```
8383

8484
This returns an object with the following helpers:

0 commit comments

Comments
 (0)