Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 6f13f17

Browse files
Update README.md
1 parent c430948 commit 6f13f17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
> Obfuscates JavaScript files using amazing [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator).
66
7-
Conceal your logic and hide any data contained in the code. Please read documentation [how to protect your code effectively](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/master/README.md). Sample protection:
7+
Conceal your logic and hide any data contained in the code. Please read documentation [how to protect your code effectively](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/master/README.md). Basic protection:
88

99
Original code:
1010

@@ -13,8 +13,6 @@ Original code:
1313
console.log(variable);
1414
})();
1515

16-
17-
1816
Protected code:
1917

2018
var _0xabf1 = [

0 commit comments

Comments
 (0)