From 95a1847398e97de5c02af2a9ebd55423342e5c7a Mon Sep 17 00:00:00 2001 From: Shayne Parmelee Date: Mon, 28 Aug 2023 10:45:17 -0400 Subject: [PATCH] Fix typo (#1204) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb737d94e..b2fbeffc1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can use this library in any application that has a Ruby backend, since it do **Note**: These instructions apply to v10 or later of this package. If you're running v9 in your app, you can find the documentation [in this branch](https://github.com/Shopify/shopify-api-ruby/tree/v9). ## Use with Rails -If using in the Rails framework, we highly recommend you use the [shopify_app](https://github.com/Shopify/shopify_app) gem to interact with this gem. Authentication, session storage, webhook regirstration, and other frequenly implemented paths are managed in that gem with easy to use configurations. +If using in the Rails framework, we highly recommend you use the [shopify_app](https://github.com/Shopify/shopify_app) gem to interact with this gem. Authentication, session storage, webhook registration, and other frequently implemented paths are managed in that gem with easy to use configurations. ## Requirements