Skip to content

Commit e602344

Browse files
Fix documentation
* add precision over the bin scripts detection
1 parent 9ffb37f commit e602344

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/container-dist_zip.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ The Dist Zip Container allows applications packaged in [`distZip`-style][] to be
55
<tr>
66
<td><strong>Detection Criteria</strong></td>
77
<td><ul>
8-
<li>A start script in the <tt>bin/</tt> subdirectory of the application directory or one of its immediate subdirectories (but not in both), and</li>
9-
<li>A JAR file in the <tt>lib/</tt> subdirectory of the application directory or one of its immediate subdirectories (but not in both)</li>
8+
<li>A start script in the <code>bin/</code> subdirectory of the application directory or one of its immediate subdirectories (but not in both) - for example, a <code>bin</code> folder with: <code>bin/myscript</code> along with <code>bin/myscript.bat</code>, and</li>
9+
<li>A JAR file in the <code>lib/</code> subdirectory of the application directory or one of its immediate subdirectories (but not in both)</li>
1010
</ul></td>
1111
</tr>
1212
<tr>
1313
<td><strong>Tags</strong></td>
14-
<td><tt>dist-zip</tt></td>
14+
<td><code>dist-zip</code></td>
1515
</tr>
1616
</table>
1717
Tags are printed to standard output by the buildpack detect script

0 commit comments

Comments
 (0)