Skip to content

Commit 9e7f132

Browse files
update readme with new mod name
1 parent 5cf20f7 commit 9e7f132

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

languages/go/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Download the SDK files and place them in your Go project directory.
2727
To initialize the client, you need to import the SDK and create a new `BitwardenClient` instance.
2828

2929
```go
30-
import "github.com/bitwarden/sdk/languages/go"
30+
import "github.com/bitwarden/sm-sdk-go"
3131

3232
bitwardenClient, _ := sdk.NewBitwardenClient(&apiURL, &identityURL)
3333
```
@@ -36,7 +36,8 @@ bitwardenClient, _ := sdk.NewBitwardenClient(&apiURL, &identityURL)
3636

3737
### Login
3838

39-
To login using an access token. Define some `statePath` and pass it to use state, or pass `nil` instead to not use state.
39+
To login using an access token. Define some `statePath` and pass it to use state, or pass `nil`
40+
instead to not use state.
4041

4142
```go
4243
statePath := os.Getenv("STATE_PATH")

0 commit comments

Comments
 (0)