Changed a git URL
This commit is contained in:
@ -10,14 +10,14 @@ Is a simple API client to interact with My Subaru service (https://www.mysubaru.
|
||||
## Installation
|
||||
```bash
|
||||
# Go Modules
|
||||
go get github.com/alex-savin/go-mysubaru
|
||||
go get git.savin.nyc/alex/mysubaru
|
||||
```
|
||||
|
||||
## Usage
|
||||
The following samples will assist you to become as comfortable as possible with mysubaru library.
|
||||
```go
|
||||
// Import hassky into your code and refer it as `mysubaru`.
|
||||
import "github.com/alex-savin/go-mysubaru"
|
||||
import "git.savin.nyc/alex/mysubaru"
|
||||
```
|
||||
|
||||
#### Create a new MySubaru connection and get a car by VIN
|
||||
|
Reference in New Issue
Block a user