From 6f0d89f5d11862c8223d863d1de9900e35cce54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Cutraro?= Date: Mon, 22 Jan 2018 13:12:30 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d9e17f..129c282 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ You can also find the documentation [on the website](https://germancutraro.github.io/Meijs/). -### DOM Manipulation: Get Elements +### DOM Manipulation: + +#### Get Elements: ```html

Mei.Js

@@ -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

Mei.Js