Skip to content

Commit 576ca1b

Browse files
committed
improve: Tweak Help
Signed-off-by: kingthorin <kingthorin@users.noreply.github.com>
1 parent 156ea99 commit 576ca1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/javahelp/help/contents/intro.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
<H1>Neonmarker</H1>
1111
Neonmarker addon, which colours History table entries based on tags.
1212

13-
The following code example shows how to add a Neonmarker colorMapping via JavaScript within Zaproxy.
13+
The following code example shows how to add a Neonmarker colorMapping via JavaScript within ZAP using a Stand Alone script.
1414

1515
<code>extNeon = org.parosproxy.paros.control.Control.getSingleton().getExtensionLoader().getExtension(org.zaproxy.zap.extension.neonmarker.ExtensionNeonmarker.NAME);
1616

17+
// History items tagged “Comment” will be red
1718
extNeon.addColorMapping("Comment", 0x990000);</code>
1819

1920
</BODY>

0 commit comments

Comments
 (0)