Update README.markdown

Corrected spelling mistake.
This commit is contained in:
DarkGuySM
2022-10-02 15:44:29 +05:30
committed by GitHub
parent 4951905f83
commit 6cffd49799

View File

@@ -41,7 +41,7 @@ Any errors are printed to stderr.
**Marshalled code objects**:
Both tools support Python marshalled code objects, as output from `marshal.dumps(compile(...))`.
To use this feature, specify `-c -v <version>` on the command line - the version must be specified as the objects themelves do not contain version metadata.
To use this feature, specify `-c -v <version>` on the command line - the version must be specified as the objects themselves do not contain version metadata.
## Authors, Licence, Credits
Decompyle++ is the work of Michael Hansen and Darryl Pogue.