Skip to content

Commit 0ff6323

Browse files
committed
Update README.md
Fix README Ooold repo
1 parent 9828925 commit 0ff6323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ or
1717
git clone git://github.com/aheckmann/node-email.git
1818

1919
## Examples
20-
var Email = require('path/to/email').Email
20+
var Email = require('email').Email
2121
var myMsg = new Email(
2222
2323
@@ -32,7 +32,7 @@ or
3232
In this example we set the global `from` property so that all
3333
email is sent from the same address.
3434

35-
var lib = require('path/to/email')
35+
var lib = require('email')
3636
, Email = lib.Email;
3737

3838
lib.from = '[email protected]'

0 commit comments

Comments
 (0)