Skip to content

Commit f22b460

Browse files
authored
Address incorrect Python invocation
1 parent 8e10a4c commit f22b460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more details on CodeQL customization packs see the section [CodeQL customiza
1818
The CodeQL bundle application can be installed using `pip` with the command:
1919

2020
```bash
21-
python 3.11 -m pip install https://github.com/rvermeulen/codeql-bundle/releases/download/v0.1.5/codeql_bundle-0.1.5-py3-none-any.whl
21+
python3.11 -m pip install https://github.com/rvermeulen/codeql-bundle/releases/download/v0.1.5/codeql_bundle-0.1.5-py3-none-any.whl
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)