diff --git a/readme.md b/readme.md index 5b258b9..4541c75 100644 --- a/readme.md +++ b/readme.md @@ -9,4 +9,6 @@ This repo shows how to create a CodeQL query to find references to `shutil.rmtre 1. Clone the core libs repo [https://github.com/github/codeql](https://github.com/github/codeql) and add it to the VSCode workspace 1. Create a database of your code - - Run `codeql database create codeqldb --language=python` to create the database \ No newline at end of file + - Run `codeql database create codeqldb --language=python` to create the database + +sample