Skip to content

Commit

Permalink
Fix mistake in README (apollographql#1994)
Browse files Browse the repository at this point in the history
The mistake was introduced by apollographql@706549f when consolidating the two examples for `new ApolloClient`.
  • Loading branch information
stevenhao authored and James Baxley committed Aug 4, 2017
1 parent c02f786 commit 5536c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use this client in a web browser or mobile app, you'll need a build system ca

## Usage

If you know you want to use the core `apollo-client` package you can get started by constructing an instance of the core class [`ApolloClient`][] with a network interface created by network interface you may call the [`createNetworkInterface`][] function like so:
If you know you want to use the core `apollo-client` package you can get started by constructing an instance of the core class [`ApolloClient`][] with a network interface created by the [`createNetworkInterface`][] function like so:

```js
import ApolloClient, { createNetworkInterface } from 'apollo-client';
Expand Down

0 comments on commit 5536c34

Please sign in to comment.