Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lennertVanSever committed May 27, 2020
1 parent a819e6e commit f2a52e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-apollo/README.md
@@ -1,4 +1,4 @@
A simple example on how to use the GraphQL API with Create React App, the two interesting files are the [index.js](src/index.js) and [app.js](src/app.js) files. You can also see a [live version here](https://graphcountries-example-cra.netlify.app).
A simple example on how to use the GraphQL API with Create React App, the two interesting files are the [index.js](src/index.js) and [app.js](src/App.js) files. You can also see a [live version here](https://graphcountries-example-cra.netlify.app).

### `yarn start`

Expand Down

0 comments on commit f2a52e7

Please sign in to comment.