Skip to content

Commit

Permalink
Merge pull request #9 from Gerhut/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
okonet committed Apr 17, 2016
2 parents b422045 + c5e086a commit 85d7fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ var template = require("ejs!./file.ejs");
template(data) // Pass object with data
```

You also should provide a global `_` variable with the lodash/underscore runtime. You can do it with the followinf webpack plugin: https://github.com/webpack/docs/wiki/list-of-plugins#provideplugin
You also should provide a global `_` variable with the lodash/underscore runtime. You can do it with the following webpack plugin: https://github.com/webpack/docs/wiki/list-of-plugins#provideplugin

```
plugins: [
Expand Down

0 comments on commit 85d7fd2

Please sign in to comment.