Update ble.html
diff --git a/custom-theme/pages/ble.html b/custom-theme/pages/ble.html
index 26d3e08..15588f7 100644
--- a/custom-theme/pages/ble.html
+++ b/custom-theme/pages/ble.html
@@ -62,14 +62,13 @@
         <h3>Role configuration</h3>
 
         <p>
-        NimBLE gives you tremendous flexibility to meet your application and device requirements. It has been shown to work with much higher limits when compared to other implementations such as Nordic's SoftDevice or Intel's Zephyr:
-        </p>
+        NimBLE gives you tremendous flexibility to meet your application and device requirements.  </p>
 
         <ul>
-          <li>Up to 32 concurrent connections as a Central which is 4x what is allowed on Nordic's SoftDevice/li>
-          <li>Up to 32 concurrent connections as a Peripheral (32x what is allowed on Nordic's SoftDevice</li>
-          <li>Up to 32 concurrent connections in any combination of Central and Peripheral with Observer and Broadcaster roles running simultaneously. In comparison, Nordic's SoftDevice allows 3 connections as a Central and 1 connection as a Peripheral while simultaneously running Observer and Broadcaster</li>
-          <li>Ability for a peripheral to connect to multiple centrals (as opposed to only 1 central allowed on Nordic's SoftDevice)</li>
+          <li>Up to 32 concurrent connections as a Central </li>
+          <li>Up to 32 concurrent connections as a Peripheral </li>
+          <li>Up to 32 concurrent connections in any combination of Central and Peripheral with Observer and Broadcaster roles running simultaneously. </li>
+          <li>Ability for a peripheral to connect to multiple centrals </li>
           <li>Flexibility to configure the scheduler to allow for larger data bursts when connected to a large number of peripherals</li>
         </ul>