Browse Source

chore: Typos in README

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

+ 2 - 2
README.md

@@ -66,7 +66,7 @@ To seed your medusa store run the following command:
 medusa seed -f ./data/seed.json
 ```
 
-This command seeds your database with some sample datal to get you started, including a store, an administrator account, a region and a product with variants. What the data looks like precisely you can see in the `./data/seed.json` file.
+This command seeds your database with some sample data to get you started, including a store, an administrator account, a region and a product with variants. What the data looks like precisely you can see in the `./data/seed.json` file.
 
 ## Setting up your store with Docker
 
@@ -95,7 +95,7 @@ This command seeds your database with some sample datal to get you started, incl
 
 - Run your project
 
-  When running your project the first time `docker compose` should be run with the `build` flag to build your contianer locally:
+  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