Skip to content

Commit 01d9d48

Browse files
committed
docs: rename example env file
1 parent 4768634 commit 01d9d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/poetry-template/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A comprehensive template for quickly starting new Python projects with modern de
6464

6565
!!! info "Step 3: Set up environment variables"
6666
```bash
67-
cp example.env .env.development
67+
cp .env.example .env.development
6868
# Edit .env.development as needed
6969
```
7070

docs/uv-template/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A comprehensive template for quickly starting new Python projects with modern de
6464

6565
!!! info "Step 3: Set up environment variables"
6666
```bash
67-
cp example.env .env.development
67+
cp .env.example .env.development
6868
# Edit .env.development as needed
6969
```
7070

0 commit comments

Comments
 (0)