Browse Source

chore: Spelling corrections in README

Oliver Windall Juhl 3 years ago
parent
commit
8557444539
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -98,13 +98,13 @@ This command seeds your database with some sample data to get you started, inclu
   When running your project the first time `docker compose` should be run with the `build` flag to build your container locally:
 
   ```
-  docker compose up --build
+  docker-compose up --build
   ```
 
   When running your project subsequent times you can run docker compose with no flags to spin up your local environment in seconds:
 
   ```
-  docker compose up
+  docker-compose up
   ```
 
 Your local Medusa server is now running on port **9000**.