diff --git a/README.md b/README.md index f073e0f..ba1eb99 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Using the source code in a container as the background for the container. npm install show-code --save ``` -1. Include the show-code js/css in your HTML +2. Include the show-code js/css in your HTML ```html @@ -20,14 +20,14 @@ Using the source code in a container as the background for the container. ``` -1. The add `show-code` ID to a container +3. The add `show-code` ID to a container ```html
All your content!
``` -1. **Bonus:** Add external libraries like [Prism](http://prismjs.com/index.html) for syntax highlighting. +4. **Bonus:** Add external libraries like [Prism](http://prismjs.com/index.html) for syntax highlighting. ```html diff --git a/package.json b/package.json index 6a8a047..fe2a38b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "show-code", - "version": "0.5.2", + "version": "0.5.3", "description": "Use the source code of a container as the background for that container!", "main": "index.js", "directories": {