Skip to content

Commit 2d06cbb

Browse files
committed
Update Readme
1 parent d47fd6c commit 2d06cbb

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ You can learn more on the [Okta + Golang](lang-landing) page in our documentatio
3232

3333
This library uses semantic versioning and follows Okta's [library version policy](https://developer.okta.com/code/library-versions/).
3434

35-
| Version | Status |
36-
| ------- | ------------------------- |
37-
| 0.x | ⚠️ Beta Release (Retired)|
38-
| 1.x | ✔️ Release |
35+
| Version | Status |
36+
| ------- | ---------------------------------- |
37+
| 0.x | :warning: Beta Release (Retired) |
38+
| 1.x | :heavy_check_mark: Release |
39+
| 2.x | :construction: Pre-Release |
3940

4041
The latest release can always be found on the [releases page][github-releases].
4142

@@ -48,7 +49,13 @@ If you run into problems using the SDK, you can
4849

4950
## Getting started
5051

51-
To install the Okta Golang SDK in your project, run `go get github.com/okta/okta-sdk-golang/okta`
52+
To install the Okta Golang SDK in your project:
53+
54+
Version 2.x
55+
run `go get github.com/okta/okta-sdk-golang/okta.v2`
56+
57+
Version 1.x (Deprecated)
58+
run `go get github.com/okta/okta-sdk-golang/okta`
5259

5360
You'll also need
5461

0 commit comments

Comments
 (0)