Skip to content

Commit 6bab38c

Browse files
Fix typo in README.md
1 parent b6c350d commit 6bab38c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ That will force the OAuth process and call the `afterAuth` hook.
229229

230230
Webhooks subscriptions created in the [Shopify admin](https://help.shopify.com/en/manual/orders/notifications/webhooks) will fail HMAC validation. This is because the webhook payload is not signed with your app's secret key.
231231

232-
Create [webhook subscriptions](<(https://shopify.dev/docs/api/shopify-app-remix/v1/guide-webhooks)>) using the `shopifyApp` object instead.
232+
Create [webhook subscriptions](https://shopify.dev/docs/api/shopify-app-remix/v1/guide-webhooks) using the `shopifyApp` object instead.
233233

234234
Test your webhooks with the [Shopify CLI](https://shopify.dev/docs/apps/tools/cli/commands#webhook-trigger) or by triggering events manually in the Shopify admin(e.g. Updating the product title to trigger a `PRODUCTS_UPDATE`).
235235

@@ -254,7 +254,7 @@ Webhooks triggered by the CLI are intended for initial experimentation testing o
254254

255255
### Using Defer & await for streaming responses
256256

257-
To test [streaming](https://remix.run/docs/en/main/guides/streaming) using defer/await locally you'll need to use the Shopify CLI slightly differently:
257+
To test [streaming using defer/await](https://remix.run/docs/en/main/guides/streaming) during local development you'll need to use the Shopify CLI slightly differently:
258258

259259
1. First setup ngrok: https://ngrok.com/product/secure-tunnels
260260
2. Create an ngrok tunnel on port 8080: `ngrok http 8080`.

0 commit comments

Comments
 (0)