diff --git a/README.md b/README.md index 3d3133787b257314401f780d29d09d714f4b8eb8..e45dd4562d1b1dc700c4c8ac886ec92da59f16ef 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ Just run `ssh git.charm.sh` for an example. You can also try some of the followi ssh git.charm.sh -t soft-serve # Print out a directory tree for a repo -ssh git.charm.sh soft-serve +ssh git.charm.sh ls soft-serve # Print a specific file -ssh git.charm.sh soft-serve/cmd/soft/main.go +ssh git.charm.sh cat soft-serve/cmd/soft/main.go # Print a file with syntax highlighting and line numbers -ssh git.charm.sh soft-serve/cmd/soft/main.go -c -l +ssh git.charm.sh cat soft-serve/cmd/soft/main.go -c -l ``` ## Installation