From f87385dffdf565b3e858072300b89d430234f1cf Mon Sep 17 00:00:00 2001 From: Harold Treen Date: Tue, 29 Dec 2015 03:58:40 -0500 Subject: [PATCH] Fix list format --- README.md | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index dc87ae1..ed1ad90 100644 --- a/README.md +++ b/README.md @@ -4,40 +4,43 @@ Using the source code in a container as the background for the container. ## Usage 1. Install the npm package -```bash -npm install show-code --save -``` + + ```bash + npm install show-code --save + ``` 2. Include the show-code js/css in your HTML -```html - + + ```html + - - + + - -``` + + ``` 3. The add `show-code` ID to a container -```html -
- All your content! -
-``` + + ```html +
+ All your content! +
+ ``` 4. **Bonus:** Add external libraries like [Prism](http://prismjs.com/index.html) for syntax highlighting. -```html - + ```html + - - + + - -``` + + ``` ## Example: ```