diff --git a/current/EMBED.md b/current/EMBED.md
index 2717fa1..277d8e4 100644
--- a/current/EMBED.md
+++ b/current/EMBED.md
@@ -2,7 +2,7 @@
## Add the repository to the main `POM.xml` file (either a private repository or a public one depending upon where the connector package is hosted).
-'''xml
+```xml
central
[[Central Repository]]
@@ -12,38 +12,38 @@
false
-'''
+```
## Add a dependency on the connector package in the main `POM.xml`.
-'''xml
+```xml
com.brightcove
com.brightcove.connector
5.7.0
zip
-'''
+```
## Add a dependency to the connector package in the `ALL` project’s `POM.xml`.
-'''xml
+```xml
com.brightcove
com.brightcove.connector
zip
-'''
+```
## The connector package should be embedded in the deployment. Add the package as an embedded dependency to the `ALL` project package.
-'''xml
+```xml
com.brightcove
com.brightcove.connector
zip
/apps/brightcove-vendor-packages/application/install
-'''
+```
### The connector will be installed on AEM Cloud with the next AEM Cloud Pipeline Build.
\ No newline at end of file