Skip to content

Commit

Permalink
update readme (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Jun 14, 2023
1 parent e20eeef commit eef2e9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![GitHub license](https://img.shields.io/badge/license-Apache2-blue)](#LICENSE)
<a href=""><img src="https://img.shields.io/badge/golang-%3E%3D1.19-blue.svg" /></a>
[![Go Reference](https://pkg.go.dev/badge/github.com/CESSProject/sdk-go.svg)](https://pkg.go.dev/github.com/CESSProject/sdk-go)
[![build](https://github.com/CESSProject/sdk-go/actions/workflows/build&test.yml/badge.svg)](https://github.com/CESSProject/sdk-go/actions/workflows/build&test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/CESSProject/sdk-go)](https://goreportcard.com/report/github.com/CESSProject/sdk-go)
[![Go Reference](https://pkg.go.dev/badge/github.com/CESSProject/cess-go-sdk.svg)](https://pkg.go.dev/github.com/CESSProject/cess-go-sdk)
[![build](https://github.com/CESSProject/cess-go-sdk/actions/workflows/build&test.yml/badge.svg)](https://github.com/CESSProject/cess-go-sdk/actions/workflows/build&test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/CESSProject/cess-go-sdk)](https://goreportcard.com/report/github.com/CESSProject/cess-go-sdk)

</div>

Expand All @@ -17,7 +17,7 @@ The go sdk implementation of the CESS network, which provides RPC calls, status
To get the package use the standard:

```sh
go get -u "github.com/CESSProject/sdk-go"
go get -u "github.com/CESSProject/cess-go-sdk"
```

## Testing
Expand All @@ -33,7 +33,7 @@ To run test:

## Documentation & Examples

Please refer to: https://pkg.go.dev/github.com/CESSProject/sdk-go
Please refer to: https://pkg.go.dev/github.com/CESSProject/cess-go-sdk

## Usage

Expand Down Expand Up @@ -93,4 +93,4 @@ If you find out any vulnerability, Please send an email to [email protected], we ar

## License

Licensed under [Apache 2.0](https://github.com/CESSProject/sdk-go/blob/main/LICENSE)
Licensed under [Apache 2.0](https://github.com/CESSProject/cess-go-sdk/blob/main/LICENSE)

0 comments on commit eef2e9e

Please sign in to comment.