Fix a typo in the README

I presume this should say never instead of ever?
This commit is contained in:
JamieH 2016-11-29 08:29:50 +00:00 committed by GitHub
parent 94c631a928
commit 50d841996f

View file

@ -57,7 +57,7 @@ You can use as many operations as you like in simple or complex ways. Some examp
- Save to file and load from file
- You can save the output to a file at any time or load a file by dragging and dropping it into the input field (note that files larger than about 500kb may cause your browser to hang or even crash due to the way that browsers handle large amounts of textual data).
- CyberChef is entirely client-side
- It should be noted that none of your input or recipe configuration is ever sent to the CyberChef web server - all processing is carried out within your browser, on your own computer.
- It should be noted that none of your input or recipe configuration is never sent to the CyberChef web server - all processing is carried out within your browser, on your own computer.
- Due to this feature, CyberChef can be compiled into a single HTML file. You can download this file and drop it into a virtual machine, share it with other people, or use it independently on your desktop.