Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Mar 16, 2024
1 parent 414d6ee commit c7a6c3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ var Root = Command{
"The CLI helps you manage your SST apps.",
"",
"```bash title=\"Install\"",
"curl -fsSL https://ion.sst.dev/install | bash frame=\"none\"",
"curl -fsSL https://ion.sst.dev/install | bash",
"```",
"",
":::note",
Expand Down Expand Up @@ -249,8 +249,7 @@ var Root = Command{
"",
"Enables verbose logging for the CLI output.",
"",
"```bash frame=\"none\"",
"frame=\"none\"",
"```bash",
"sst [command] --verbose",
"```",
"",
Expand Down

0 comments on commit c7a6c3a

Please sign in to comment.