Skip to content

Commit 3b0bbec

Browse files
nand4011Momento GitHub Actions Bot
authored andcommitted
Update templated README.md file
1 parent 9acfad1 commit 3b0bbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/rust/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This example demonstrates a basic set and get from a cache.
2323

2424
```bash
2525
# Run example code
26-
MOMENTO_API_KEY=<YOUR API KEY> cargo run --bin=cache
26+
MOMENTO_API_KEY=<YOUR API KEY> MOMENTO_ENDPOINT=<endpoint> cargo run --bin=cache
2727
```
2828

2929
Example Code: [cache.rs](src/bin/cache.rs)
@@ -34,7 +34,7 @@ This example demonstrates subscribing to and publishing to a Topic.
3434

3535
```bash
3636
# Run example code
37-
MOMENTO_API_KEY=<YOUR API KEY> cargo run --bin=topics
37+
V1_API_KEY=<YOUR V1 API KEY> cargo run --bin=topics
3838
```
3939

4040
Example Code: [topics.rs](src/bin/topics.rs)

0 commit comments

Comments
 (0)