Skip to content

Commit 1882b39

Browse files
committed
README and .gitignore updated
1 parent 989a21d commit 1882b39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ misc/
33
.tox
44
gdtoolkit.egg-info/
55
.mypy_cache/
6+
dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To install this project you need `python3` and `pip`.
1616
Use this command in your terminal to install from this git repository:
1717

1818
```
19-
pip3 install godot-gdscript-toolkit
19+
pip3 install gdtoolkit
2020
```
2121

2222
## Linting with gdlint

0 commit comments

Comments
 (0)