From 8ffd1a81ecd1f8a216ffc69f0ff1d4d6ba286a04 Mon Sep 17 00:00:00 2001 From: jianggb Date: Sat, 11 May 2024 08:13:39 +0800 Subject: [PATCH] fix: fix readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1f42c9..c1571b2 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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" ``` @@ -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. \ No newline at end of file +This project is under MIT License. See the [LICENSE](LICENSE) file for the full license text.