瀏覽代碼

Use /v2 path in README examples

main
Matt Baer 1 年之前
父節點
當前提交
3bfdf5c4f2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -7,7 +7,7 @@ Official Write.as Go client library.
## Installation

```bash
go get github.com/writeas/go-writeas
go get github.com/writeas/go-writeas/v2
```

## Documentation
@@ -17,7 +17,7 @@ See all functionality and usages in the [API documentation](https://developers.w
### Example usage

```go
import "github.com/writeas/go-writeas"
import "github.com/writeas/go-writeas/v2"

func main() {
// Create the client


Loading…
取消
儲存