From 0d502ae94c5acd9d4ca2770227a25072a41b33a5 Mon Sep 17 00:00:00 2001 From: Victor Gerbrands Date: Mon, 15 May 2023 13:22:38 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7c622d4..15c507883 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Learn more about [Medusa’s architecture](https://docs.medusajs.com/development npx create-medusa-app@nextjs-commerce ``` -This will create a new main folder with two subfolders for Medusa and Next.js Commerce rexpectively. +This will create a new main folder with two subfolders for Medusa and Next.js Commerce respectively. 2\. Create a Postgres database named `vercel-commerce` and make sure the Postgres server is running locally.