Remove Python3 specific reference

This commit is contained in:
Kittywhiskers Van Gogh
2020-06-14 19:22:08 +05:30
committed by GitHub
parent 59d755d86a
commit c38b4346d4
+2 -2
View File
@@ -1,5 +1,5 @@
# ProperTree
A cross-platform plist editor written in Python3
A cross-platform plist editor written in Python *(compatible with both 2.x and 3.x)*
## Get Started
@@ -7,7 +7,7 @@ On *nix systems:
```
git clone https://github.com/corpnewt/ProperTree
python3 ./ProperTree/ProperTree.command
python ./ProperTree/ProperTree.command
```
On Windows: