Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
```