From a2f55e24cee6f3bf66a93a6a51b6a3dedde66d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Sch=C3=B6n?= Date: Tue, 31 Jul 2018 15:32:43 +0200 Subject: [PATCH] fix wrong data-microtip-position value in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c800814..b7e244f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Make sure, `node_modules` is included in the `includePaths` setting. You can the Using the tooltip is incredibly simple. Simply add a `aria-label` and `role="tooltip"` attribute to the element on which you want the tooltip to appear. The tooltip message is the attribute value `aria-label="your message"`. This along with a position modifier is all you need to get going. Example:- ```html -