diff --git a/README.md b/README.md index 1ecfa49..ff72d74 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ __Older browsers__ 1. Import `index.min.js` (or `index.js`) in your HTML file ```html - + ``` 2. Add one line of CSS to hide the page while building (and permits to hide elements with hidden attribute) diff --git a/package.json b/package.json index 6202bd3..497bb14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ulyssear/css-in-js-in-html", - "version": "0.1.5", + "version": "0.1.6", "description": "CSS-in-JS-in-HTML is a library that allows you to use CSS-in-JS with HTML only.", "main": "build/index.min.js", "scripts": {