Skip to content

Commit 5da4998

Browse files
committed
Update README.md
1 parent 7b67c30 commit 5da4998

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
**Note:** This is not an official Gmail API, and isn't affiliated with Google.
44

5-
### TL;DR Information
5+
### TL;DR Summary
66

7-
- Lots of api methods to work with gmail
7+
- Lots of api methods to work with gmail. Useful for chrome extensions
88
- Most of them dont take arguments, they work on what is currently visible on the screen
99
- I still need to add implementation for chrome extension, works by injecting js for now
10-
- Main method is **`gmail.observe.on('lots_of_actions_here', yourFunction())`**
11-
- Click on a summary method link to view more detailed docs
10+
- Main method is **`gmail.observe.on('lots_of_actions_here', callback())`**
11+
- Click on a method link to view more detailed docs
12+
- Create an issue/pull request for feedback, requests and fixes
1213

1314

1415
## Setup

0 commit comments

Comments
 (0)