Skip to content

Commit a129f28

Browse files
authored
Merge pull request #1061 from kspace-trk/docs-webhook-routing
docs: update README description of webhooks implementation
2 parents 9cf74fa + e1a227d commit a129f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This template comes preconfigured with examples of:
9494

9595
1. Setting up your Shopify app in [/app/shopify.server.ts](https://github.com/Shopify/shopify-app-template-remix/blob/main/app/shopify.server.ts)
9696
2. Querying data using Graphql. Please see: [/app/routes/app.\_index.tsx](https://github.com/Shopify/shopify-app-template-remix/blob/main/app/routes/app._index.tsx).
97-
3. Responding to mandatory webhooks in [/app/routes/webhooks.tsx](https://github.com/Shopify/shopify-app-template-remix/blob/main/app/routes/webhooks.tsx)
97+
3. Responding to webhooks in individual files such as [/app/routes/webhooks.app.uninstalled.tsx](https://github.com/Shopify/shopify-app-template-remix/blob/main/app/routes/webhooks.app.uninstalled.tsx) and [/app/routes/webhooks.app.scopes_update.tsx](https://github.com/Shopify/shopify-app-template-remix/blob/main/app/routes/webhooks.app.scopes_update.tsx)
9898

9999
Please read the [documentation for @shopify/shopify-app-remix](https://www.npmjs.com/package/@shopify/shopify-app-remix#authenticating-admin-requests) to understand what other API's are available.
100100

@@ -108,7 +108,7 @@ The database is defined as a Prisma schema in `prisma/schema.prisma`.
108108
This use of SQLite works in production if your app runs as a single instance.
109109
The database that works best for you depends on the data your app needs and how it is queried.
110110
You can run your database of choice on a server yourself or host it with a SaaS company.
111-
Heres a short list of databases providers that provide a free tier to get started:
111+
Here's a short list of databases providers that provide a free tier to get started:
112112

113113
| Database | Type | Hosters |
114114
| ---------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)