More minor changes

This commit is contained in:
nsingh@pivotal.io
2018-12-10 14:24:18 -08:00
parent 414864b1d6
commit c9e2e1f061

View File

@@ -1,4 +1,4 @@
<p class="note"><strong>Custom buildpacks</strong>:If your app requires a custom buildpack, you can use the <code>buildpacks</code> attribute to specify it in a number of ways:</p>
<p class="note"><strong>Custom buildpacks</strong>: If your app requires a custom buildpack, you can use the <code>buildpacks</code> attribute to specify it in a number of ways:</p>
<ul>
<li><p>By name: <code>MY-BUILDPACK</code>.</p></li>
@@ -15,7 +15,7 @@
- buildpack_URL
</code></pre>
<p class="note"><strong>Multiple buildpacks</strong>:If you are using multiple buildpacks, you can add an additional value to your manifest:</p>
<p class="note"><strong>Multiple buildpacks</strong>: If you are using multiple buildpacks, you can add an additional value to your manifest:</p>
<pre><code>
---