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

Commit 75de71e

Browse files
Adam GrohsAdam Grohs
Adam Grohs
authored and
Adam Grohs
committed
fix: typo in README
1 parent d8c0486 commit 75de71e

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)