Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Germán Cutraro authored Jan 22, 2018
1 parent 72be1c5 commit 6f0d89f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

You can also find the documentation [on the website](https://germancutraro.github.io/Meijs/).

### DOM Manipulation: <small>Get Elements</small>
### DOM Manipulation:

#### Get Elements:

```html
<h1 id="title">Mei.Js</h1>
Expand All @@ -24,7 +26,9 @@ You can also find the documentation [on the website](https://germancutraro.githu
let elements = Mei.getElements('.item');
```

### Events: ####Set Events
### Events:

#### Set Events:

```html
<h1 id="title">Mei.Js</h1>
Expand Down

0 comments on commit 6f0d89f

Please sign in to comment.