Skip to content

Commit 34c4e70

Browse files
committed
remove build
1 parent 9cf4d54 commit 34c4e70

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# react-graphql-github-vanilla
22

3-
[![Build Status](https://travis-ci.org/rwieruch/react-graphql-github-vanilla.svg?branch=master)](https://travis-ci.org/rwieruch/react-graphql-github-vanilla)
4-
53
A simple React application consuming the GitHub GraphQL API with plain HTTP requests. [Read more about it over here](https://www.robinwieruch.de/react-with-graphql-tutorial).
64

75
## Features
@@ -10,7 +8,7 @@ A simple React application consuming the GitHub GraphQL API with plain HTTP requ
108
* GitHub GraphQL API
119
* Consuming GraphQL with plain JS
1210
* no Apollo/Relay
13-
* [are you curious about Apollo though?](https://github.com/rwieruch/react-graphql-github-apollo)
11+
* [are you curious about Apollo though?](https://github.com/rwieruch/react-graphql-github-apollo)
1412

1513
## Installation
1614

@@ -19,7 +17,7 @@ A simple React application consuming the GitHub GraphQL API with plain HTTP requ
1917
* npm install
2018
* [add your own REACT_APP_GITHUB_PERSONAL_ACCESS_TOKEN in .env file](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)
2119
* npm start
22-
* visit `http://localhost:3000/`
20+
* visit `http://localhost:3000`
2321

2422
## Want to learn more about React + GraphQL + Apollo?
2523

0 commit comments

Comments
 (0)