Browse Source

Use /v2 path in README examples

main
Matt Baer 1 year ago
parent
commit
3bfdf5c4f2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -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…
Cancel
Save