Skip to content

Commit

Permalink
Remove confusing punctuation in readme (#4929)
Browse files Browse the repository at this point in the history
admittedly, nitpick PR but i initially misread the trailing dot in

```
# Create a virtual environment at .venv.
```

as part of the directory name, i.e. that the env would be placed in
`.venv.`
  • Loading branch information
janosh authored Jul 9, 2024
1 parent 92290d8 commit 8da91f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ brew install uv
To create a virtual environment:

```shell
uv venv # Create a virtual environment at .venv.
uv venv # Create a virtual environment at `.venv`.
```

To activate the virtual environment:
Expand Down

0 comments on commit 8da91f5

Please sign in to comment.