Skip to content

Commit

Permalink
Revert "Conflicts (#2108)"
Browse files Browse the repository at this point in the history
This reverts commit 81942a8.
  • Loading branch information
James Baxley authored Sep 4, 2017
1 parent 81942a8 commit 3ed9f20
Show file tree
Hide file tree
Showing 7 changed files with 4,022 additions and 4,039 deletions.
10 changes: 0 additions & 10 deletions .all-contributorsrc

This file was deleted.

6 changes: 4 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
{
"name": "Test",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"args": ["--no-timeouts", "lib/test/tests.js"],
"args": [
"--no-timeouts",
"lib/test/tests.js"
],
"cwd": "${workspaceRoot}",
"runtimeExecutable": null,
"sourceMaps": true,
Expand Down
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 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 network interface you may call the [`createNetworkInterface`][] function like so:

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

0 comments on commit 3ed9f20

Please sign in to comment.