spellcheck icon indicating copy to clipboard operation
spellcheck copied to clipboard

README.md: path separator in example simpler

Open psilva261 opened this issue 12 years ago • 3 comments

Hey,

A little tuning in the example code... ;)

Philip

psilva261 avatar Feb 24 '14 13:02 psilva261

var path = require('path'); is missing before that.

mscdex avatar Feb 24 '14 13:02 mscdex

Yes, indeed. Updated...

psilva261 avatar Feb 24 '14 20:02 psilva261

I believe the standard way to do this is to use path.join

path.join(base, 'en_US.aff')

duereg avatar Jul 23 '14 17:07 duereg