We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f5871 commit 8d719adCopy full SHA for 8d719ad
README.md
@@ -58,7 +58,7 @@ render(
58
**Watch a directory:**
59
60
```js
61
-const watchDir = require(`mapfile-ejs`).watch;
+const watch = require(`mapfile-ejs`).watch;
62
63
// watch a directory with default options
64
watch(`dir1`);
0 commit comments