mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
Corrected a link & added missing punctuations
The link was not being displayed as it should.
This commit is contained in:
parent
05e65a74ce
commit
744bef1f45
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# CyberChef
|
||||
|
||||
[](https://travis-ci.org/gchq/CyberChef)
|
||||
[](https://david-dm.org/gchq/CyberChef)
|
||||
[](https://david-dm.org/gchq/CyberChef)
|
||||
[](https://www.npmjs.com/package/cyberchef)
|
||||
[](https://github.com/gchq/CyberChef/blob/master/LICENSE)
|
||||
[](https://gitter.im/gchq/CyberChef?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
@ -82,7 +82,7 @@ Supported arguments are `recipe`, `input` (encoded in Base64), and `theme`.
|
|||
|
||||
## Browser support
|
||||
|
||||
CyberChef is built to support
|
||||
CyberChef is built to support:
|
||||
|
||||
- Google Chrome 50+
|
||||
- Mozilla Firefox 38+
|
||||
|
@ -90,7 +90,7 @@ CyberChef is built to support
|
|||
|
||||
## Node.js support
|
||||
|
||||
CyberChef is built to fully support Node.js `v10` and partially supports `v12`. Named imports using a deep import specifier does not work in `v12`. For more information, see the Node API page in the project [wiki pages](https://github.com/gchq/CyberChef/wiki)
|
||||
CyberChef is built to fully support Node.js `v10` and partially supports `v12`. Named imports using a deep import specifier does not work in `v12`. For more information, see the Node API page in the project [wiki pages](https://github.com/gchq/CyberChef/wiki).
|
||||
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue