Skip to content

Commit 3d89fc2

Browse files
authored
Reverted README file
1 parent 4bb45cd commit 3d89fc2

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
# Momento Client Library for Go
1010

1111
Momento Cache is a fast, simple, pay-as-you-go caching solution without any of the operational overhead
12-
required by traditional caching solutions. This repo contains the source code for the Momento client library for Go.
12+
required by traditional caching solutions. This repo contains the source code for the Momento client library for Go.
1313

1414
To get started with Momento you will need a Momento Auth Token. You can get one from the [Momento Console](https://console.gomomento.com).
1515

16-
- Website: [https://www.gomomento.com/](https://www.gomomento.com/)
17-
- Momento Documentation: [https://docs.momentohq.com/](https://docs.momentohq.com/)
18-
- Getting Started: [https://docs.momentohq.com/getting-started](https://docs.momentohq.com/getting-started)
19-
- Momento SDK Documentation for Go: [https://docs.momentohq.com/sdks/go](https://docs.momentohq.com/sdks/go)
20-
- Discuss: [Momento Discord](https://discord.gg/3HkAKjUZGq)
16+
* Website: [https://www.gomomento.com/](https://www.gomomento.com/)
17+
* Momento Documentation: [https://docs.momentohq.com/](https://docs.momentohq.com/)
18+
* Getting Started: [https://docs.momentohq.com/getting-started](https://docs.momentohq.com/getting-started)
19+
* Momento SDK Documentation for Go: [https://docs.momentohq.com/sdks/go](https://docs.momentohq.com/sdks/go)
20+
* Discuss: [Momento Discord](https://discord.gg/3HkAKjUZGq)
2121

2222
## Packages
2323

@@ -52,7 +52,7 @@ import (
5252
func main() {
5353
context := context.Background()
5454
configuration := config.LaptopLatestWithLogger(logger.NewNoopMomentoLoggerFactory()).WithClientTimeout(15 * time.Second)
55-
credentialProvider, err := auth.NewEnvMomentoV2TokenProvider()
55+
credentialProvider, err := auth.NewEnvMomentoTokenProvider("MOMENTO_API_KEY")
5656
if err != nil {
5757
panic(err)
5858
}
@@ -107,6 +107,5 @@ Check out full working code in the [examples](./examples/README.md) directory of
107107

108108
If you are interested in contributing to the SDK, please see the [CONTRIBUTING](./CONTRIBUTING.md) docs.
109109

110-
---
111-
110+
----------------------------------------------------------------------------------------
112111
For more info, visit our website at [https://gomomento.com](https://gomomento.com)!

0 commit comments

Comments
 (0)