Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
desc:
- readme update for v0.9.2
  • Loading branch information
samjtro committed Nov 19, 2024
1 parent e39ee71 commit 67fd565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ openssl req -x509 -out localhost.crt -keyout localhost.key -newkey rsa:2048 -n
printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS.1:localhost,IP:127.0.0.1\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
```

3. `go get github.com/go-schwab/[email protected].1`
3. `go get github.com/go-schwab/[email protected].2`

#### linux

Expand All @@ -51,7 +51,7 @@ SECRET=KEY1 // App Secret
CBURL=https://127.0.0.1 // App Callback URL
```

2. `go get github.com/go-schwab/[email protected].1`
2. `go get github.com/go-schwab/[email protected].2`

### 0.1 agent

Expand Down

0 comments on commit 67fd565

Please sign in to comment.