Skip to content

Commit

Permalink
Merge pull request JakeChampion#282 from vga-/patch-1
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
mislav committed Feb 18, 2016
2 parents a9f49ab + e6e0a7c commit 31bd9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<script>
var result = fetch('https://github.com')
var result = fetch('https://api.github.com')

result.then(function(response) {
console.log('response', response)
Expand Down

0 comments on commit 31bd9c4

Please sign in to comment.