Skip to content

Commit

Permalink
Merge pull request #27 from tmr08c/patch-1
Browse files Browse the repository at this point in the history
Adds missing comma to example in README.
  • Loading branch information
adamsoffer authored Mar 2, 2019
2 parents c6c9a84 + 5ca17f1 commit 7815ddf
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 @@ -22,7 +22,7 @@ import { HttpLink } from 'apollo-link-http'
// can also be a function that accepts a `context` object (SSR only) and returns a config
const config = {
link: new HttpLink({
credentials: 'same-origin' // Additional fetch() options like `credentials` or `headers`
credentials: 'same-origin', // Additional fetch() options like `credentials` or `headers`
uri: 'https://api.graph.cool/simple/v1/cixmkt2ul01q00122mksg82pn', // Server URL
})
}
Expand Down

0 comments on commit 7815ddf

Please sign in to comment.