diff --git a/README.md b/README.md
index c5bfb5ee..ec08e277 100644
--- a/README.md
+++ b/README.md
@@ -54,13 +54,13 @@ For more information, refer to the [Generative AI Example releases](https://gith
Experience NVIDIA RAG Pipelines with just a few steps!
-1. Get your NVIDIA API key.
+1. Get your NVIDIA NGC API key.
1. Go to the [NVIDIA API Catalog](https://build.ngc.nvidia.com/explore/).
1. Select any model.
1. Click **Get API Key**.
1. Run:
```console
- export NVIDIA_API_KEY=nvapi-...
+ export NGC_API_KEY=nvapi-...
```
1. Clone the repository.
@@ -76,7 +76,7 @@ Experience NVIDIA RAG Pipelines with just a few steps!
docker compose up -d --build
```
-1. Go to and submit queries to the sample RAG Playground.
+1. Go to and submit queries to the sample RAG Playground.
1. Stop containers when done.