Skip to content

Commit

Permalink
Remove list markup on readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed Mar 3, 2015
1 parent c01d729 commit f0ac55d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

Implementing Slideout.js into your project is easy.

1. First of all, you'll need to create your markup. You should have a menu (`#menu`) and a main content (`#panel`) into your body.
First of all, you'll need to create your markup. You should have a menu (`#menu`) and a main content (`#panel`) into your body.

```html
<nav id="menu">
Expand All @@ -45,7 +45,7 @@ Implementing Slideout.js into your project is easy.
</main>
```

2. Add the Slideout.js styles (index.css) in your web application.
Add the Slideout.js styles (index.css) in your web application.

```css
html,
Expand Down Expand Up @@ -82,7 +82,7 @@ body {
}
```

3. Then you just include Slideout.js and create a new instace with some options:
Then you just include Slideout.js and create a new instace with some options:

```html
<script src="dist/slideout.min.js"></script>
Expand Down

0 comments on commit f0ac55d

Please sign in to comment.