Skip to content

Commit 9002467

Browse files
authored
Merge pull request #162 from medusajs/VariableVic-patch-3
Update README.md
2 parents be09c9d + 48e5ba6 commit 9002467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Features include:
5555
- Order Details
5656
- Next.js 13
5757
- Full App Router support with [Dynamic Routes](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes) and [Route Groups](https://nextjs.org/docs/app/building-your-application/routing/route-groups)
58-
- [Product Module](https://docs.medusajs.com/modules/products/serverless-module) support
58+
- [Product Module](https://docs.medusajs.com/modules/products/serverless-module) support (beta)
5959

6060
# Quickstart
6161

@@ -99,6 +99,7 @@ Your site is now running at http://localhost:8000!
9999
Edit `/pages/index.tsx` to see your site update in real-time!
100100

101101
# Product Module
102+
> The Product Module is currently in beta. You can learn more about it [here](https://docs.medusajs.com/modules/products/serverless-module). In addition, the product module in the Next.js storefront can't be used without the Medusa backend at the moment.
102103
103104
This starter has full support for our new serverless [Product Module](https://docs.medusajs.com/modules/products/serverless-module) for retrieving and manipulating product data directly from a serverless function. This keeps your product logic close to the frontend, making it easy to customize or extend Medusa's core functionality from within your Next.js project.
104105

0 commit comments

Comments
 (0)