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

Commit

Permalink
Update Readme with flatiron
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Potter committed Mar 12, 2016
1 parent b0cd36d commit e5be714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,15 +881,15 @@ ghorg.createTeam({
}, callback);
```

#### Get the hooks for a repository (GET /orgs/pksunkara/hub/hooks)
#### Get the hooks for a repository (GET /orgs/flatiron/hub/hooks)

This query supports [pagination](#pagination).

```js
ghorg.hooks(callback); //array of hooks
```

#### Create a hook (POST /orgs/pksunkara/hub/hooks)
#### Create a hook (POST /orgs/flatiron/hub/hooks)

```js
ghorg.createHook({
Expand Down

0 comments on commit e5be714

Please sign in to comment.