diff --git a/www/apps/resources/app/storefront-development/tips/page.mdx b/www/apps/resources/app/storefront-development/tips/page.mdx index bf7139bb9c..9874a3d2a7 100644 --- a/www/apps/resources/app/storefront-development/tips/page.mdx +++ b/www/apps/resources/app/storefront-development/tips/page.mdx @@ -13,7 +13,7 @@ In this document, you’ll find tips useful when building a storefront. ## Connect to the Medusa Application -To send requests from the storefront to the Medusa application’s Store API Routes, you have three options: +To send requests from the storefront to the Medusa application’s Store API Routes, you have two options: - **For JavaScript frameworks**: use Medusa’s [JS SDK](../../js-sdk/page.mdx) in any JavaScript framework. This NPM package facilitates interacting with the backend’s REST APIs. All Storefront Development guides use the JS SDK. - **For other frontend technologies**: interact directly with the Medusa application by sending requests to its [Store REST APIs](https://docs.medusajs.com/api/store).