Skip to content

Commit 38bec19

Browse files
Fixing typo in README.md
1 parent 416873e commit 38bec19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ avoids any risk if something goes wrong.)
131131
```console
132132
python3 -m venv .venv
133133
. .venv/bin/activate
134-
pip install transferase-0.5.0-cp312-none-manylinux_2_17_x86_64.whl
134+
pip install transferase-0.5.0-cp313-none-manylinux_2_17_x86_64.whl
135135
# To test; if you see output, it worked
136136
python3 -c "import transferase; help(transferase)"
137137
```

0 commit comments

Comments
 (0)