Skip to content

Commit

Permalink
Fix minor protocol typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rockia authored Jun 21, 2018
1 parent 7661c05 commit 312b46f
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 @@ -112,7 +112,7 @@ __Without AWS__
```js
Amplify.configure({
API: {
graphql_endpoint: 'https:/www.example.com/my-graphql-endpoint'
graphql_endpoint: 'https://www.example.com/my-graphql-endpoint'
}
});
```
Expand Down Expand Up @@ -221,7 +221,7 @@ To access a GraphQL API with your app, you need to make sure to configure the en
// Configure a custom GraphQL endpoint
Amplify.configure({
API: {
graphql_endpoint: 'https:/www.example.com/my-graphql-endpoint'
graphql_endpoint: 'https://www.example.com/my-graphql-endpoint'
}
});

Expand Down

0 comments on commit 312b46f

Please sign in to comment.