Skip to content

Commit 3affd1a

Browse files
authored
Update README.md
1 parent 941c226 commit 3affd1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generative-ui/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ This simple demo app showcases how to generate UI dynamically based on a user in
3434
export OPENAI_API_KEY=your-api-key
3535
```
3636

37-
Or create a `.env` file in the `resumer-extraction` folder containing:
37+
Or create a `.env` file in the `generative-ui` folder containing:
3838

3939
```bash
40-
OPENAI_API_KEY=your-api-key
40+
OPENAI_API_KEY=<your-api-key>
4141
```
4242

4343
4. Run the demo

0 commit comments

Comments
 (0)