Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 5464c2f

Browse files
author
Daniel Patanin
committed
Fixes parse error due to missing backticks
Our documentation framework parses md files for JSX tags. Without backticks this will cause a syntax error.
1 parent 37bedaa commit 5464c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/ncrack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ scannerJob:
4242
EOF
4343
```
4444

45-
This enables us now to refer to our files via "/ncrack/<file>" in the scan.yaml.
45+
This enables us now to refer to our files via `/ncrack/<file>` in the scan.yaml.
4646

4747
For a full example on how to configure ncrack with your custom files against a ssh service, see the "dummy-ssh" example.
4848

0 commit comments

Comments
 (0)