about summary refs log tree commit diff
diff options
context:
space:
mode:
authormicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 02:04:17 +0400
committermicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 02:04:17 +0400
commit6088a0d4c2aeada7d952ce05bc1e683b858b1ade (patch)
treeedd26942dc85ff755ce37ac0455ed1f80f94ea45
parenta26ed3b7580e31b6f6f174169528fc0bebe20ad6 (diff)
downloadafl++-6088a0d4c2aeada7d952ce05bc1e683b858b1ade.tar.gz
update readme
update readme
-rw-r--r--utils/autodict_ql/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/autodict_ql/readme.md b/utils/autodict_ql/readme.md
index 77a15f8e..a610afb7 100644
--- a/utils/autodict_ql/readme.md
+++ b/utils/autodict_ql/readme.md
@@ -40,7 +40,7 @@ The usage of Autodict-QL is pretty easy. But let's describe it as :
 
 Then you should get :
 
-` Usage: codeql <command> <argument>...
+' Usage: codeql <command> <argument>...
 Create and query CodeQL databases, or work with the QL language.
 
 GitHub makes this program freely available for the analysis of open-source software and certain other uses, but it is
@@ -63,7 +63,7 @@ Commands:
   version   Show the version of the CodeQL toolchain.
   generate  Generate formatted QL documentation.
   github    Commands useful for interacting with the GitHub API through CodeQL.
-`
+'
 
 2. Compiler your project with CodeQL: For using the Autodict-QL plugin, you need to compile the source of the target you want to fuzz with CodeQL. This is not something hard .
 	- First you need to create a CodeQL database of the project codebase, suppose we want to compile the libxml with codeql. go to libxml and issue the following commands: