Przeglądaj źródła

Use /v2 path in README examples

main
Matt Baer 1 rok temu
rodzic
commit
3bfdf5c4f2
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      README.md

+ 2
- 2
README.md Wyświetl plik

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


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


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


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


func main() { func main() {
// Create the client // Create the client


Ładowanie…
Anuluj
Zapisz