We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e98449 commit bd59888Copy full SHA for bd59888
README.md
@@ -8,8 +8,8 @@ Usage
8
9
* Include `css/content.css` and `layout.css` to your html file.
10
* Include at the end of `body` section `<script src='js/view.min.js'></script>` file.
11
- * Create `div` tag with `class="slide"`. `div` will be indexed in the file.
12
-
+ * Create `div` tag with `class="slide"`.
+
13
Create presentation in your js file:
14
15
```javascript
0 commit comments