Skip to content

Commit 4bf99b7

Browse files
committed
fixup README
1 parent 31b932d commit 4bf99b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For more information on how Jep works to embed Python in Java see their document
8080
Tool | Version |Source |
8181
|---|---|---|
8282
| Ghidrathon | `>= 4.0.0` | https://github.com/mandiant/Ghidrathon/releases |
83-
| Python | `>= 3.8` | https://www.python.org/downloads |
83+
| Python | `>= 3.8.0` | https://www.python.org/downloads |
8484
| Jep | `4.2.0` | https://github.com/ninia/jep/releases |
8585
| Ghidra | `>= 10.3.2` | https://github.com/NationalSecurityAgency/ghidra/releases |
8686
| Java | `>= 17.0.0` | https://adoptium.net/temurin/releases/ |
@@ -107,7 +107,7 @@ $ python ghidrathon_configure.py <absolute_path_to_ghidra_install_dir>
107107

108108
### Switching Python Interpreters
109109

110-
You can switch Ghidrathon to use a different Python interpreter by running `ghidrathon_configure.py` from the new Python interpreter.
110+
You can switch Ghidrathon to use a different Python interpreter by running `ghidrathon_configure.py` using the new Python interpreter.
111111

112112
### Python Virtual Environments
113113

0 commit comments

Comments
 (0)