Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The library is HTML-driven, which means that you don't need to write a single li
The core of the library is to divide our HTML into frames, or *space-frames* as we call them her (to not conflict the common class name "frame").


### Creating a frame
### Creating the frame
```html
<div class="space-frame">[contents]</div>
```
Expand Down