Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 7e0305b

Browse files
committed
[FIX] Typos in readme
1 parent 7f9b3bb commit 7e0305b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ bower install myscript
9494

9595
1. Create an `index.html` file in the same directory.
9696

97-
2. Add the following lines in the `head` section ot your file to use MyScriptJS and the css. We use [PEP](https://github.com/jquery/PEP) to ensure better browsers compatibilities. Note that you can also use it using dependencies from `node_modules` or `bower_components`:
97+
2. Add the following lines in the `head` section of your file to use MyScriptJS and the css. We use [PEP](https://github.com/jquery/PEP) to ensure better browsers compatibilities. Note that you can also use it using dependencies from `node_modules` or `bower_components`:
9898
```html
9999
<link rel="stylesheet" href="node_modules/myscript/dist/myscript.min.css"/>
100100
<script src="node_modules/myscript/dist/myscript.min.js"></script>
101101
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
102102
```
103103

104-
3. Always in the `head` section, add a `style` and specify the height and the width of your editor:
104+
3. Still in the `head` section, add a `style` and specify the height and the width of your editor:
105105
```html
106106
<style>
107107
#editor {

0 commit comments

Comments
 (0)