diff --git a/packages/docs/content/docs/add-to-your-site-cdn.mdx b/packages/docs/content/docs/add-to-your-site-cdn.mdx
index 41284de8..6c2450ea 100644
--- a/packages/docs/content/docs/add-to-your-site-cdn.mdx
+++ b/packages/docs/content/docs/add-to-your-site-cdn.mdx
@@ -45,12 +45,12 @@ In this example, we pull the `admin/index.html` file from a public CDN.
-
+
Content Manager
-
+
diff --git a/packages/docs/content/docs/migration-guide-v2.mdx b/packages/docs/content/docs/migration-guide-v2.mdx
index 020fb81c..5f1c363f 100644
--- a/packages/docs/content/docs/migration-guide-v2.mdx
+++ b/packages/docs/content/docs/migration-guide-v2.mdx
@@ -17,19 +17,19 @@ Please [report any issues](https://github.com/StaticJsCMS/static-cms/issues/new)
To install the latest version of Static CMS:
```bash
-npm install @staticcms/core@^2.0.0-beta.5
+npm install @staticcms/core@^2.0.0-rc.0
```
Or if you’re using yarn:
```bash
-yarn add @staticcms/core@^2.0.0-beta.5
+yarn add @staticcms/core@^2.0.0-rc.0
```
If you are using a CDN to load Static CMS, simply change your URL:
```html
-
+
```
### Proxy Server
@@ -52,7 +52,7 @@ In `v2.0.0` the apps stylings are not longer bundled into the main javscript fil
**CDN**:
```html
-
+
```
**Bundling**: