Skip to content

Commit e170ce5

Browse files
author
Dean Karn
authored
Merge pull request #12 from ericmdantas/install-fix
doc: fix install command and use the right markdown flag
2 parents afe609a + 54ae6db commit e170ce5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ Key & Unique Features
2727
Installation
2828
-----------
2929

30-
Use go get
31-
32-
```go
33-
go -u get github.com/go-playground/lars
30+
```shell
31+
go get -u github.com/go-playground/lars
3432
```
3533

3634
Usage

0 commit comments

Comments
 (0)