Skip to content

Commit 5516d14

Browse files
authored
docs: change install code to code block (#1001)
1 parent e235052 commit 5516d14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ and [docgen](https://github.com/go-chi/docgen). We hope you enjoy it too!
2020

2121
## Install
2222

23-
`go get -u github.com/go-chi/chi/v5`
23+
```sh
24+
go get -u github.com/go-chi/chi/v5
25+
```
2426

2527

2628
## Features

0 commit comments

Comments
 (0)