Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit e5be714

Browse files
author
Chris Potter
committed
Update Readme with flatiron
1 parent b0cd36d commit e5be714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,15 +881,15 @@ ghorg.createTeam({
881881
}, callback);
882882
```
883883

884-
#### Get the hooks for a repository (GET /orgs/pksunkara/hub/hooks)
884+
#### Get the hooks for a repository (GET /orgs/flatiron/hub/hooks)
885885

886886
This query supports [pagination](#pagination).
887887

888888
```js
889889
ghorg.hooks(callback); //array of hooks
890890
```
891891

892-
#### Create a hook (POST /orgs/pksunkara/hub/hooks)
892+
#### Create a hook (POST /orgs/flatiron/hub/hooks)
893893

894894
```js
895895
ghorg.createHook({

0 commit comments

Comments
 (0)