Skip to content

Commit

Permalink
typo: using https to access cbor.io (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto committed May 5, 2022
1 parent e9344a8 commit a4ec5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Most fields are also available in the slice format (`Strs` for `[]string`, `Errs

## Binary Encoding

In addition to the default JSON encoding, `zerolog` can produce binary logs using [CBOR](http://cbor.io) encoding. The choice of encoding can be decided at compile time using the build tag `binary_log` as follows:
In addition to the default JSON encoding, `zerolog` can produce binary logs using [CBOR](https://cbor.io) encoding. The choice of encoding can be decided at compile time using the build tag `binary_log` as follows:

```bash
go build -tags binary_log .
Expand Down

0 comments on commit a4ec5e4

Please sign in to comment.