浏览代码

Update README.md

Sebastian Rindom 3 年之前
父节点
当前提交
c155532ae7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -39,11 +39,11 @@ This starter has minimal prerequisites and most of these will usually already be
   ```
 - Create a new Medusa project
   ```
-  medusa new medusa-sqlite https://github.com/medusajs/medusa-starter-sqlite
+  medusa new my-medusa-store
   ```
 - Run your project
   ```
-  cd medusa-sqlite
+  cd my-medusa-store
   medusa develop
   ```