Update Repo Location
All checks were successful
Continuous Integration / CI (push) Successful in 1m25s

Update repo location for carpanet.net
This commit is contained in:
sjc
2025-05-08 13:16:38 -04:00
parent ada6d2d440
commit d2dc45af46

View File

@@ -21,13 +21,13 @@ This project provides a Go wrapper for the Tastytrade Open API. It allows develo
To install this project, you can use `go get`: To install this project, you can use `go get`:
```bash ```bash
go get github.com/optionsvamp/tastytrade go get sancus.carpanet.net/sjc/tastytrade
``` ```
Then, import it in your Go code: Then, import it in your Go code:
``` ```
import "github.com/optionsvamp/tastytrade" import "sancus.carpanet.net/sjc/tastytrade"
``` ```
## Usage ## Usage