Skip to content

Commit ac85a31

Browse files
committed
Merge pull request poole#151 from melodykramer/patch-1
Update README.md
2 parents f107e1b + 81bc4bc commit ac85a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ It's also available for a reversed layout when you add both classes:
100100

101101
### Sidebar open on page load
102102

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

105105
```html
106106
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox" checked>

0 commit comments

Comments
 (0)