Skip to content

Commit 0c22b66

Browse files
update readme
1 parent de0d38c commit 0c22b66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ createInbox((inbox, err) => {
2424
}
2525

2626
console.log(`Created new inbox: ${inbox.address}, token: ${inbox.token}`);
27-
});
27+
}, false); //set to true to use Rush Mode domains.
28+
29+
//read more about Rush Mode: https://tempmail.lol/news/2022/08/03/introducing-rush-mode-for-tempmail/
2830

2931
//async
30-
createInboxAsync().then((inbox) => {
32+
createInboxAsync(false).then((inbox) => { //set to true to use Rush Mode domains.
3133
console.log(`Created new inbox: ${inbox.address}, token: ${inbox.token}`);
3234
});
3335

0 commit comments

Comments
 (0)