Skip to content

Commit

Permalink
Fix the typos in README.md
Browse files Browse the repository at this point in the history
Fix the typos
  • Loading branch information
oikosohn committed Nov 26, 2022
1 parent f1e8034 commit 5bd66cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ This is an example pet name generator app used in the OpenAI API [quickstart tut
4. Create a new virtual environment

```bash
Linux
# Linux
$ python -m venv venv
$ . venv/bin/activate
```

```shell
# Window
# Windows
python -m venv venv
venv\Scripts\activate
```
Expand All @@ -42,7 +42,7 @@ This is an example pet name generator app used in the OpenAI API [quickstart tut
```

```shell
# Window
# Windows
xcopy .env.example .env
```

Expand Down

0 comments on commit 5bd66cb

Please sign in to comment.