spellcheck
spellcheck copied to clipboard
README.md: path separator in example simpler
Hey,
A little tuning in the example code... ;)
Philip
var path = require('path'); is missing before that.
Yes, indeed. Updated...
I believe the standard way to do this is to use path.join
path.join(base, 'en_US.aff')