Skip to content

Commit

Permalink
fix: Typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pravindahal committed Nov 5, 2024
1 parent 3115737 commit f64c958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ docker build -t python-bats .
Then run

```
docker docker run -v $(pwd):/src -it python-bats bash
docker run -v $(pwd):/src -it python-bats bash
```

in the container run

```
./fetch-schemas-api-platform.sh <dest>
./fetch-schemas-api-platform.sh <dest>
```

0 comments on commit f64c958

Please sign in to comment.