Skip to content

Commit

Permalink
correct spelling mistake (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored and Vitaly Puzrin committed Sep 1, 2017
1 parent 573ba47 commit 685e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -298,7 +298,7 @@ files via `require()`, no changes are needed. Just upgrade the library.

Otherwise, you should:

1. Replace all occurences of `require('xxxx.yml')` by `fs.readFileSync()` +
1. Replace all occurrences of `require('xxxx.yml')` by `fs.readFileSync()` +
`yaml.safeLoad()`.
2. rewrite your custom tags constructors and custom loader
classes, to conform the new API. See
Expand Down

0 comments on commit 685e6fb

Please sign in to comment.