Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed May 15, 2022
1 parent 1bdfdda commit 3a30598
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# polaris-go

[![Go](https://github.com/polarismesh/polaris-go/workflows/Go/badge.svg?branch=main)](https://github.com/polarismesh/polaris-go/actions)
[![goproxy](https://goproxy.cn/stats/github.com/polarismesh/polaris-go/badges/download-count.svg)](https://goproxy.cn/stats/github.com/polarismesh/polaris-go/badges/download-count.svg)
[![Go Reference](https://pkg.go.dev/badge/github.com/polarismesh/polaris-go.svg)](https://pkg.go.dev/github.com/polarismesh/polaris-go)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/polarismesh/polaris-go?style=flat-square)](https://github.com/polarismesh/polaris-go)

[English](./README.md) | 简体中文

Expand Down Expand Up @@ -33,8 +36,9 @@ polaris-go提供以下功能特性:

polaris-go通过go mod进行管理,用户可以在go.mod文件中引入polaris-go的依赖


```go
github.com/polarismesh/polaris-go v1.0.0
go get -u github.com/polarismesh/polaris-go
```

### 使用API
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# polaris-go

[![Go](https://github.com/polarismesh/polaris-go/workflows/Go/badge.svg?branch=main)](https://github.com/polarismesh/polaris-go/actions)
[![goproxy](https://goproxy.cn/stats/github.com/polarismesh/polaris-go/badges/download-count.svg)](https://goproxy.cn/stats/github.com/polarismesh/polaris-go/badges/download-count.svg)
[![Go Reference](https://pkg.go.dev/badge/github.com/polarismesh/polaris-go.svg)](https://pkg.go.dev/github.com/polarismesh/polaris-go)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/polarismesh/polaris-go?style=flat-square)](https://github.com/polarismesh/polaris-go)


English | [简体中文](./README-zh.md)

Expand Down Expand Up @@ -40,7 +44,7 @@ Polaris-go provide features listed as below:
polaris-go can be referenced by go mod, user can add dependency to go.mod file

```go
github.com/polarismesh/polaris-go v1.0.0
go get -u github.com/polarismesh/polaris-go
```

### Using API
Expand Down

0 comments on commit 3a30598

Please sign in to comment.