Fix example commands

Levi Durfee created

Change `main.go` to `root.go`

Change summary

README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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