diff --git a/README.md b/README.md index bf61234..ff2318e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ npm install @antonz/codapi Or use a CDN: ```html - + ``` ## Usage @@ -80,14 +80,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 7585378..f2f425e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antonz/codapi", - "version": "0.4.3", + "version": "0.5.0", "description": "Embeddable code playgrounds for education, documentation, and fun.", "author": "Anton Zhiyanov", "license": "MIT",