Skip to content

Commit

Permalink
docs(README.md): fix API docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jul 18, 2018
1 parent 90dc531 commit cce1944
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 @@ -28,7 +28,7 @@ Until that happens, this is probably your best bet!
* [Handling associations being broken](#handling-associations-being-broken)
* [Handling associations being created](#handling-associations-being-created)
* [API](#api)
+ [`refetch(client, typename, [ids], [idField])`](#refetchclient-typename-ids-idfield)
+ [`refetch(client, typenameOrTerms, [ids], [idField])`](#refetchclient-typenameorterms-ids-idfield)

## How it works

Expand Down Expand Up @@ -304,7 +304,7 @@ const CreateUserFormContainer = ({organizationId}) => (
## API
### `refetch(client, typename, [ids], [idField])`
### `refetch(client, typenameOrTerms, [ids], [idField])`
#### Arguments
Expand Down

0 comments on commit cce1944

Please sign in to comment.