Skip to content

Commit ec8c6d1

Browse files
authored
Update README.md
1 parent 378206f commit ec8c6d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<ol>
1616
<li>You will need java 15 installed</li>
1717
<li>Create a config file or download the one from <a href="https://github.com/2D-Mesh-Plane/Python-Obfscation/blob/master/assets/config.cfg">github</a></li>
18-
<li>Open your command line of chose and run <code>java -jar 'THIS JAR NAME'.jar 'DIR TO CONFIG FILE'</code></li>
19-
<li>The output file will be in the same director as the jar file</li>
18+
<li>Open your command line of choice and run <code>java -jar 'THIS JAR NAME'.jar 'DIR TO CONFIG FILE'</code></li>
19+
<li>The output file will be in the same directory as the jar file</li>
2020
</ol>
2121
<br/><br/>
2222
<h3>Example</h3>
@@ -101,7 +101,7 @@ encode_strings = true
101101
```
102102
<div align="center">
103103
<h3>Recommendations</h3>
104-
<p>Due to the method of obfuscation the obfuscator cannot yet tell if a name is a string or a var name so try not to use var names in strings!</p>
104+
<p>Due to the method of obfuscation the obfuscator cannot yet tell if a name is a string or a var name, so try not to use var names in strings!</p>
105105
<p>
106106
Insert garbage is a bit buggy and can break code due to indenting issues so if you want to use insert garbage make sure to fix any indenting issues if they happen!
107107
</p>

0 commit comments

Comments
 (0)