From 3d8a8f8ec1a63a6a88f945f779c5dbce2cd3f06c Mon Sep 17 00:00:00 2001 From: JackColquitt Date: Mon, 15 Jul 2024 14:40:17 -0700 Subject: [PATCH] Fixed typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4a3c5f9b..5e90a43b 100644 --- a/README.md +++ b/README.md @@ -401,17 +401,17 @@ script you ran at `tests/test-graph-rag`. It's best to shut down all Docker containers and volumes. -```bash +``` docker-compose -f docker-compose-.yaml down --volumes ``` To confirm all Docker containers have been shut down, check that the following list is empty: -```bash +``` docker ps ``` -To confirm all Docker volumens have been removed, check that the following list is empty: -```bash +To confirm all Docker volumes have been removed, check that the following list is empty: +``` docker volume ls ```