diff --git a/README.md b/README.md index 62f746e..dff8297 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ You should definitely check out the [Lando docs](https://docs.devwithlando.io) f Unless otherwise indicated these should all be run from your repo root (eg the directory that contains the `.lando.yml` for your site). -### Generic Ccommands +### Generic commands ```bash # List all available lando commands for this app @@ -295,4 +295,4 @@ lando platform login lando platform db:dump --gzip --file=dump.sql.gz --project=PROJECT_ID --environment=master lando db-import dump.sql.gz rm -f dump.sql.gz -``` \ No newline at end of file +```