Skip to content

Commit 8b85a2f

Browse files
author
Glyn Normington
committed
improve documentation of Groovy detection criteria
1 parent caafc63 commit 8b85a2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/container-groovy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ The Groovy Container allows a uncompiled (i.e. `*.groovy`) to be run.
33

44
<table>
55
<tr>
6-
<td><strong>Detection Criterion</strong></td><td><ul>
7-
<li>A <tt>.groovy</tt> file exists which has a <tt>main()</tt> method</li>
8-
<li>A <tt>.groovy</tt> file exists which is not a POGO (a POGO contains one or more classes)</li>
6+
<td><strong>Detection Criteria</strong></td><td><ul>
7+
<li>A <tt>.groovy</tt> file exists which has a <tt>main()</tt> method, or</li>
8+
<li>A <tt>.groovy</tt> file exists which is not a POGO (a POGO contains one or more classes), or</li>
99
<li>A <tt>.groovy</tt> file exists which has a shebang (<tt>#!</tt>) declaration</li>
1010
</ul></td>
1111
</tr>

0 commit comments

Comments
 (0)