diff --git a/README.rst b/README.rst index 9cb92eadd..57d29225c 100644 --- a/README.rst +++ b/README.rst @@ -260,7 +260,7 @@ Bandit allows specifying the path of a baseline report to compare against using bandit -b BASELINE -This is useful for ignoring known vulnerabilities that you believe are non-issues (e.g. a cleartext password in a unit test). To generate a baseline report simply run Bandit with the output format set to ``json`` (only JSON-formatted files are accepted as a baseline) an output file path specified: +This is useful for ignoring known vulnerabilities that you believe are non-issues (e.g. a cleartext password in a unit test). To generate a baseline report simply run Bandit with the output format set to ``json`` (only JSON-formatted files are accepted as a baseline) and output file path specified: ::