Skip to content

Commit

Permalink
fix: use mongosh instead of mongo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoshiro committed Mar 19, 2024
1 parent 73cd757 commit e573a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ docker compose rm
Sometimes, you need to drop data from DB:

```bash
docker exec -it mongodb mongo
docker exec -it mongodb mongosh
> use free5gc
> db.dropDatabase()
> exit # (Or Ctrl-D)
Expand Down

0 comments on commit e573a33

Please sign in to comment.