aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Van Iseghem <[email protected]>2023-04-22 16:24:07 +0200
committerThomas Van Iseghem <[email protected]>2023-04-22 16:24:07 +0200
commitf086606c68fb8c0a46f58a397d442fc0e5f72f57 (patch)
tree52bd5c8ea6627dc573cadacc52a8826222dbf025
parentd6d956ab6ff701c4719216c9818b467a915256b2 (diff)
downloadOpenCortex-f086606c68fb8c0a46f58a397d442fc0e5f72f57.tar.gz
OpenCortex-f086606c68fb8c0a46f58a397d442fc0e5f72f57.zip
Better MD formatting for README
-rw-r--r--Capture-decryption/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Capture-decryption/README.md b/Capture-decryption/README.md
index b0d0f12..5a3535c 100644
--- a/Capture-decryption/README.md
+++ b/Capture-decryption/README.md
@@ -1,4 +1,4 @@
-## NeuralDSP QuadCortex Neural Capture file decryptor.
+# NeuralDSP QuadCortex Neural Capture file decryptor.
This tool can be used to take one of the encrypted `.cns` or `.json` files, and decrypt them to a usable format. The `.cns` files are actually protobufs and can be decoded with the Python decoder.
@@ -24,7 +24,7 @@ docker run -v/path/to/your/files/:/data qc_decrypt "" /data/encrypted.json
This tool was made with ♥ by [Simone Margaritelli](https://www.evilsocket.net/) and it is released under the GPL 3 license.
-## Unencrypted Neural Capture file decoder
+# Unencrypted Neural Capture file decoder
This tool allows you to decode the files, decrypted using the tool above.