Skip to content

Commit

Permalink
Use plain sh code blocks for copy-pasta compat
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed May 29, 2023
1 parent ffb36a4 commit f639456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ maintenance is done on the [`v2-maint`
branch](https://github.com/urfave/cli/tree/v2-maint) which receives **minor**
improvements, bug fixes, and security fixes.

```sh-session
$ go get github.com/urfave/cli/v2@latest
```sh
go get github.com/urfave/cli/v2@latest
```

```go
Expand All @@ -51,8 +51,8 @@ be considered **alpha-level** with an unstable API. Occasional **alpha** tags
are pushed to allow for limited stability without pinning to an arbitrary
commit:

```sh-session
$ go get github.com/urfave/cli/v3@latest
```sh
go get github.com/urfave/cli/v3@latest
```

```go
Expand Down

0 comments on commit f639456

Please sign in to comment.