diff --git a/README.md b/README.md
index 31cc7d7..3fd9be3 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ npm install @antonz/codapi
Or use a CDN:
```html
-
+
```
## Usage
@@ -79,14 +79,14 @@ Finally, include the default styles in the `head`:
```html
```
And the JavaScript file at the bottom of the page:
```html
-
+
```
(CDNs like unpkg can sometimes be slow, so it's even better to host both files yourself)
diff --git a/package.json b/package.json
index 5881dfc..2334244 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@antonz/codapi",
- "version": "0.6.1",
+ "version": "0.7.0",
"description": "Embeddable code playgrounds for education, documentation, and fun.",
"author": "Anton Zhiyanov",
"license": "MIT",