From b8bfa12a46cd683ccd86ea73b8c6d6259b56f206 Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Sat, 30 Jul 2022 18:59:30 -0400 Subject: [PATCH] Fix example commands Change `main.go` to `root.go` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 083adc1c5a006157c8d84af3b52d1e6a8bef73b8..5c4454939667e4fea3bfba88fed41042a53326e3 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ ssh git.charm.sh -t soft-serve ssh git.charm.sh ls soft-serve # Print a specific file -ssh git.charm.sh cat soft-serve/cmd/soft/main.go +ssh git.charm.sh cat soft-serve/cmd/soft/root.go # Print a file with syntax highlighting and line numbers -ssh git.charm.sh cat soft-serve/cmd/soft/main.go -c -l +ssh git.charm.sh cat soft-serve/cmd/soft/root.go -c -l ``` ## Installation