Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Stauffer <mattstauffer@users.noreply.github.com>
  • Loading branch information
tonysm and mattstauffer authored Oct 4, 2024
1 parent e501682 commit 0e1c0fe
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 @@ -182,10 +182,10 @@ Here are some examples:
```bash
takeout shell mysql
takeout shell neo4j
takeotu shell pgvector
takeout shell pgvector
```

This will reuse the running container. Takeout will start either a `bash` or a `sh` process inside the container, depending on what the container supports (this is automatically handled by Takeout).
This will open a shell inside the running container for the service you provide. Takeout will start either a `bash` or a `sh` process inside the container, depending on what the container supports.

## Running multiple versions of a dependency

Expand Down

0 comments on commit 0e1c0fe

Please sign in to comment.