Parcourir la source

Fixed grammar error

Timofey Kachalov il y a 5 ans
Parent
commit
9384a9f358
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -219,7 +219,7 @@ Obfuscation of single input file with `.js` extension.
 
 If the destination path is not specified with the `--output` option, the obfuscated file will be saved into the input file directory, with `INPUT_FILE_NAME-obfuscated.js` name.
 
-Spme examples:
+Some examples:
 ```sh
 javascript-obfuscator samples/sample.js --compact true --self-defending false
 // creates a new file samples/sample-obfuscated.js