From 0e1c0fe4c309ebbd470bfaa80fc6dc9e67480b39 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Fri, 4 Oct 2024 12:45:32 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Matt Stauffer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3412e41..bebba6f 100644 --- a/README.md +++ b/README.md @@ -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