Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
z38 committed Aug 28, 2016
1 parent 37d75cf commit c51c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ passwordless.init(new MongoStore(pathToMongoDb));
### 5. Tell Passwordless how to deliver a token
`passwordless.addDelivery(deliver)` adds a new delivery mechanism. `deliver` is called whenever a token has to be sent. By default, the mechanism you choose should provide the user with a link in the following format:

`http://www.example.com/token={TOKEN}&uid={UID}`
`http://www.example.com/?token={TOKEN}&uid={UID}`

That's how you could do this with emailjs:
```javascript
Expand Down

0 comments on commit c51c901

Please sign in to comment.