Skip to content

Commit 7a0f081

Browse files
authored
Merge pull request #1 from yus-erdo/patch-1
Update README.md and .env.example for sample app
2 parents ea61d3b + f17c1c6 commit 7a0f081

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The repo contains three applications that work together:
2020
1. **Clone the repository**
2121

2222
```bash
23-
git clone https://github.com/openai/testing-agent-demo
24-
cd testing-agent-demo
23+
git clone https://github.com/openai/openai-testing-agent-demo
24+
cd openai-testing-agent-demo
2525
```
2626

2727
2. **Prepare environment files**

sample-test-app/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ADMIN_USERNAME=test_user_name
2+
ADMIN_PASSWORD=test_password

0 commit comments

Comments
 (0)