From acd2fa07df93897adefcdacda03e03aa3efb0085 Mon Sep 17 00:00:00 2001 From: Trehana Fernando Date: Tue, 22 Aug 2023 17:34:41 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2112103b..04a7c47f9 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Please refer to [the documentation](docs/getting_started.md) in this repository With this, a lot changed in how apps access the library. Here are the updates you should make when migrating to v10: - Call `ShopifyAPI::Context.setup` when setting up your app. This class holds global configurations for your app and defines how the library behaves. --Session persistence is handled by the ShopifyApp gem and is recommended for use in the Rails context. See that gem for documentation on how to use it. +Session persistence is handled by the [ShopifyApp](https://github.com/Shopify/shopify_app) gem and is recommended for use in the Rails context. See that gem for documentation on how to use it. - To change the `User-Agent` header, use `user_agent_prefix` in `ShopifyAPI::Context.setup`. - Usages of the `ActiveResource` classes for REST API requests need to be refactored into the new format. You can find detailed examples on how each of the endpoints work in our [reference documentation](https://shopify.dev/docs/api/admin-rest).