Browse Source

Fixed grammar error

Timofey Kachalov 5 years ago
parent
commit
9384a9f358
1 changed files with 1 additions and 1 deletions
  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.
 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
 ```sh
 javascript-obfuscator samples/sample.js --compact true --self-defending false
 javascript-obfuscator samples/sample.js --compact true --self-defending false
 // creates a new file samples/sample-obfuscated.js
 // creates a new file samples/sample-obfuscated.js