Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
README: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Aug 19, 2012
1 parent e014902 commit 2610e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -34,7 +34,7 @@ In addition, two enhancements are present:
- `from` can be set intead of `from_email` and `from_name`:

```js
email({ from: 'Guillermo Rauch <rauchg@gmail.com> });
email({ from: 'Guillermo Rauch <rauchg@gmail.com>' });
```

- `to` can be expressed as an array of emails:
Expand Down

0 comments on commit 2610e41

Please sign in to comment.