Update Oxygen N&N - update manifest entry

Change-Id: I8e6aa9c1b8a557eb72ca5117d69ec6c1b93535e7
diff --git a/newNoteworthy/oxygen/index.html b/newNoteworthy/oxygen/index.html
index e4bdcfa..69c2080 100644
--- a/newNoteworthy/oxygen/index.html
+++ b/newNoteworthy/oxygen/index.html
@@ -17,8 +17,17 @@
 

 	<ul>

 	<li>

-		<b>Support for &#39;health-check-type&#39; and &#39;health-check-http-endpoint&#39; properties in manifest.yml</b>

-		<p>CFT will now read these properties from the manifest.yml and set them as part of the push operation when deploying or updating an application. Note that &#39;health-check-http-endpoint&#39; is only supported on newer Cloud Foundry and must be used with health check type &#34;http&#34;.</p>		

+		<b>Support for more properties in manifest.yml</b>

+		<p>CFT will now read the following properties from the manifest.yml and set them as part of the push operation when deploying or updating an application:</p> 

+		<ul>

+			<li>health-check-type</li>

+			<li>health-check-http-endpoint</li>

+			<li>disk_quota</li>

+			<li>timeout</li>

+			<li>command</li>

+			<li>stack</li>

+		</ul>

+		<p>Note that &#39;health-check-http-endpoint&#39; is only supported on newer Cloud Foundry and must be used with health check type &#34;http&#34;.</p>

 	</li>

 

 	<li>