Skip to content

Commit

Permalink
made tweak to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetpostigo committed Mar 9, 2016
1 parent 7073c9b commit 59e7d95
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 @@ -76,8 +76,8 @@ class App extends React.Component {
fragment pilotFragment on Person {
name
homeworld { name }
}`, {}). then((data) => {
console.log('getALL:', JSON.stringify(data, null, 2))
}`, {})
.then((data) => {
this.setState({
shipName: data.allStarships.edges[1].node.name
});
Expand Down

0 comments on commit 59e7d95

Please sign in to comment.