Skip to content

Commit 5f8b42c

Browse files
authored
Update README.md
1 parent d47795b commit 5f8b42c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This is seems to be returned not matter what you send to the API.
7373

7474
## subscribe
7575

76-
This is what the client will do when you visit a github page. It looks to be asking github
76+
This is what the client will send when you visit a github page. It looks to be asking github
7777

7878
> please give me events for `<sessionId>`
7979
@@ -87,7 +87,7 @@ This is what the client will do when you visit a github page. It looks to be ask
8787

8888
## unsubscribe
8989

90-
This is what the client will do when you navigating to a new page on github. It looks to be tell github saying
90+
This is what the client will send when you navigating to a new page on github. It looks to be tell github saying
9191

9292
> please unsubscribe me for all previous `<sessionId>` event subscriptions
9393
@@ -99,7 +99,7 @@ This is what the client will do when you navigating to a new page on github. It
9999

100100
## notification-changed
101101

102-
This is called whenever the indicator needs to update. Anything that will leave items in your notifications inbox will trigger this.
102+
This is emitted whenever the indicator needs to update. Anything that will leave items in your notifications inbox will trigger this.
103103

104104
```json
105105
{
@@ -112,7 +112,7 @@ This is called whenever the indicator needs to update. Anything that will leave
112112

113113
## workflow_run
114114

115-
This is called whenever a workflow run starts.
115+
This is emitted whenever a workflow run starts.
116116

117117
```json
118118
{
@@ -129,7 +129,7 @@ This is called whenever a workflow run starts.
129129

130130
## check_suites
131131

132-
This is called whenever a workflow job updates and has two states in the `reason` field. It can either be `in_progress` or `completed`.
132+
This is emitted whenever a workflow job updates and has two states in the `reason` field. It can either be `in_progress` or `completed`.
133133

134134
```json
135135
{

0 commit comments

Comments
 (0)