Use ```bash instead of ```go (#209)

This commit is contained in:
Ryo Ota 2020-01-02 05:32:59 +09:00 committed by Olivier Poitrey
parent cb951d468e
commit 65ed30bfb0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Find out [who uses zerolog](https://github.com/rs/zerolog/wiki/Who-uses-zerolog)
## Installation
```go
```bash
go get -u github.com/rs/zerolog/log
```