Skip to content

Commit b1f6dbd

Browse files
author
Chongkai Zhu
authored
Fix typo
1 parent 087a8e2 commit b1f6dbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is based on [venv-pack](https://github.com/jcrist/venv-pack) but with lots of improvements added by
44
[mrmathematica](https://github.com/mrmathematica/). It has Windows support. Bin/Scripts generated by venv will
5-
work without out-of-box.
5+
work out-of-box.
66

77
Venv-pack is a command-line tool for packaging virtual environments for distribution. This is useful for deploying code
88
in a consistent environment.
@@ -66,4 +66,4 @@ md my_env
6666
python -m zipfile -e venv.zip my_env\
6767
```
6868

69-
All features of venv should keep working from my_env folder.
69+
All features of venv should keep working from my_env folder.

0 commit comments

Comments
 (0)