浏览代码

Fixed grammar error

Timofey Kachalov 5 年之前
父节点
当前提交
9384a9f358
共有 1 个文件被更改,包括 1 次插入1 次删除
  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