Skip to content

Commit 5f4405e

Browse files
committed
Fix README, fixes #194
1 parent f268cc7 commit 5f4405e

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
@@ -21,7 +21,7 @@ To install this project you need `python3` and `pip`.
2121
Use this command to install `gdtoolkit` for `Godot 3` from PyPI repository:
2222

2323
```
24-
pip3 install 'gdtoolkit==3.*'
24+
pip3 install "gdtoolkit==3.*"
2525
```
2626

2727
Alternatively, you can install latest `gdtoolkit` for `Godot 4` (potentially unstable) directly from git:

0 commit comments

Comments
 (0)