diff --git a/README.md b/README.md
index 58e9354..9d9809a 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,11 @@
Programmatically **embed** and **control** MongoDB Charts in your application.
[](https://www.npmjs.com/package/@mongodb-js/charts-embed-dom/)
-[](https://www.npmjs.com/package/@mongodb-js/charts-embed-dom/v/beta)
+[](https://www.npmjs.com/package/@mongodb-js/charts-embed-dom/)
-[Explore this example yourself!](https://codesandbox.io/s/charts-embedding-sdk-8i898)
+[Explore this example yourself!](https://codesandbox.io/s/github/mongodb-js/charts-embed-sdk/tree/master/examples/unauthenticated)
@@ -26,7 +26,7 @@ yarn add @mongodb-js/charts-embed-dom
## Documentation 📖
-- [Installation](https://docs.mongodb.com/charts/master/embedding-charts-sdk/)
+- [Installation & MongoDB Docs](https://docs.mongodb.com/charts/master/embedding-charts-sdk/)
- [Examples](https://github.com/mongodb-js/charts-embed-sdk/blob/master/examples)
- Guides ðŸ¤
- [Getting started with custom JWT authentication](https://github.com/mongodb-js/charts-embed-sdk/tree/master/examples/authenticated-custom-jwt)
diff --git a/examples/authenticated-custom-jwt/package.json b/examples/authenticated-custom-jwt/package.json
index cccb0bf..770afcc 100644
--- a/examples/authenticated-custom-jwt/package.json
+++ b/examples/authenticated-custom-jwt/package.json
@@ -8,7 +8,7 @@
"build": "parcel build index.html"
},
"dependencies": {
- "@mongodb-js/charts-embed-dom": "^1.0.0-beta.2",
+ "@mongodb-js/charts-embed-dom": "^1.0.0",
"cors": "^2.8.5",
"express": "^4.16.3",
"jsonwebtoken": "^8.3.0",
diff --git a/examples/authenticated-google/index.html b/examples/authenticated-google/index.html
index 80e9989..30791b5 100755
--- a/examples/authenticated-google/index.html
+++ b/examples/authenticated-google/index.html
@@ -10,7 +10,7 @@
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
/>
-
+