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

Commit 35d6304

Browse files
authored
Merge pull request #2 from uniquelyparticular/05022019-1
feat: fix typo in README
2 parents d8c0486 + 75de71e commit 35d6304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Once your server is up and running, you can send `GET`, `DELETE`, `OPTIONS`, `PA
4848
Sample call using [jQuery.get()](https://api.jquery.com/jquery.get/) below:
4949

5050
```js
51-
const sampleEndpoint = `https://12345678.ngrok.io//proxy/${encodeURIComponent(
51+
const sampleEndpoint = `https://12345678.ngrok.io/proxy/${encodeURIComponent(
5252
'https://23456789.myshopify.com/admin/customers.json'
5353
)}`
5454

0 commit comments

Comments
 (0)