diff --git a/README.md b/README.md index 335e0b3..04c1cc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Used to load and save PO files. - var po = require('po') + var po = require('node-po') , fs = require('fs') po.load('text.po', function(_po){ @@ -11,4 +11,4 @@ Used to load and save PO files. console.log('We copied a PO file for no reason!'); }); }); - \ No newline at end of file +