From 75efacaa6d9c8e52f14c736503d75b3b971fbcde Mon Sep 17 00:00:00 2001 From: ivanjonas <4935079+ivanjonas@users.noreply.github.com> Date: Fri, 30 Mar 2018 13:18:27 -0400 Subject: [PATCH] fix data-microtip-position in first README example --- 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 -