Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
>added where the <input> tag lives because I had to search around for it for a bit and thought this might help others.
  • Loading branch information
Melody Kramer committed Dec 19, 2015
1 parent f107e1b commit 81bc4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ It's also available for a reversed layout when you add both classes:

### Sidebar open on page load

Show an open sidebar on page load by modifying the `<input>` to add the `checked` boolean attribute:
Show an open sidebar on page load by modifying the `<input>` tag within the `sidebar.html` layout to add the `checked` boolean attribute:

```html
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" checked>
Expand Down

0 comments on commit 81bc4bc

Please sign in to comment.