Skip to content

Commit

Permalink
📝 Fix typo on usage command
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Sep 18, 2024
1 parent 00049e3 commit cf14610
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 @@ -7,7 +7,7 @@ A CLI to easily create DBs for local development using Docker Compose. Currently
## 🚀 Usage

```bash
npx create-docker-db # or bunx create docker-db
npx create-docker-db # or bunx create-docker-db
```

## 🎯 Roadmap
Expand All @@ -24,5 +24,5 @@ npx create-docker-db # or bunx create docker-db

- [ ] Add support for MongoDB
- [ ] Add support for Redis
- [ ] Add support for SQLite (easy but still)
- [ ] Add support for SQLite (with LibSQL HTTP for Turso)
- [ ] Add support for HTTP based DB services (like PlanetScale, Turso, etc.)

0 comments on commit cf14610

Please sign in to comment.