From f3adc012c411e270480fa2f1e174dd1ad0a246c1 Mon Sep 17 00:00:00 2001 From: cyberdog Date: Wed, 30 Apr 2025 16:38:02 +0000 Subject: [PATCH] Update README.md mdash change for docker exec command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dfcc37..8073050 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ ssh admin@leaf1 To login to the client, identify the client hostname using the `sudo clab inspect --all` command above and then: ```bash -sudo docker exec –it client3 sh +sudo docker exec -it client3 sh ``` ### Lab Default Startup Configuration