Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldtreen committed Dec 29, 2015
1 parent 0a64586 commit 1a64a13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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
<head>
<!-- Head contents -->
Expand All @@ -20,14 +20,14 @@ Using the source code in a container as the background for the container.
</body>
```

1. The add `show-code` ID to a container
3. The add `show-code` ID to a container
```html
<div id='show-code'>
<span>All your content!</span>
</div>
```

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
<head>
<!-- Head contents -->
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 1a64a13

Please sign in to comment.