Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from uniquelyparticular/05022019-1
Browse files Browse the repository at this point in the history
feat: fix typo in README
  • Loading branch information
agrohs authored May 2, 2019
2 parents d8c0486 + 75de71e commit 35d6304
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 @@ -48,7 +48,7 @@ Once your server is up and running, you can send `GET`, `DELETE`, `OPTIONS`, `PA
Sample call using [jQuery.get()](https://api.jquery.com/jquery.get/) below:

```js
const sampleEndpoint = `https://12345678.ngrok.io//proxy/${encodeURIComponent(
const sampleEndpoint = `https://12345678.ngrok.io/proxy/${encodeURIComponent(
'https://23456789.myshopify.com/admin/customers.json'
)}`

Expand Down

0 comments on commit 35d6304

Please sign in to comment.