Skip to content

Commit

Permalink
Merge pull request #2 from coleww/patch-1
Browse files Browse the repository at this point in the history
fix the require statement in the node example
  • Loading branch information
aparrish committed Sep 20, 2015
2 parents 8c888c9 + 5443fdd commit 3713e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ the Python module also work in Javascript, though the functions in

Use the module in Node like so:

> var pronouncing = require('./pronouncing.js');
> var pronouncing = require('pronouncing');
undefined
> pronouncing.phonesForWord("adverse")
[ 'AE0 D V ER1 S', 'AE1 D V ER2 S', 'AE2 D V ER1 S' ]
Expand Down

0 comments on commit 3713e54

Please sign in to comment.