Skip to content

Commit

Permalink
fix: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jianggb committed May 11, 2024
1 parent 345fe06 commit 8ffd1a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

http encoding toolkit

[![GoDoc](https://godoc.org/github.com/things-go/encoding?status.svg)](https://godoc.org/github.com/things-go/encoding)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/things-go/encoding?tab=doc)
[![codecov](https://codecov.io/gh/things-go/encoding/branch/main/graph/badge.svg)](https://codecov.io/gh/things-go/encoding)
[![Tests](https://github.com/things-go/encoding/actions/workflows/ci.yml/badge.svg)](https://github.com/things-go/encoding/actions/workflows/ci.yml)
Expand All @@ -17,11 +16,13 @@ http encoding toolkit
### Installation

Use go get.

```bash
go get github.com/things-go/encoding
```

Then import the package into your own code.

```bash
import "github.com/things-go/encoding"
```
Expand All @@ -37,4 +38,4 @@ Then import the package into your own code.

## License

This project is under MIT License. See the [LICENSE](LICENSE) file for the full license text.
This project is under MIT License. See the [LICENSE](LICENSE) file for the full license text.

0 comments on commit 8ffd1a8

Please sign in to comment.