From 8a761708b283ea50d89f0fe7b5f5aaca20472179 Mon Sep 17 00:00:00 2001 From: louisameline Date: Mon, 13 Jun 2016 14:02:17 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e14a128..6ff32c9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Options `anchor` The anchor is the point of the tooltip which ties it to the coordinate system (see the illustration below). There are eight possible values: `top-left`, `top-center`, `top-right`, `left-center`, `left-right`, `bottom-left`, `bottom-center`, `bottom-right`. **Default: `top-left`** -> All Tooltipster options, methods and events remain available. Only sideTip's features will be unavailable on tooltips that use Follower instead (read this [note](http://iamceege.github.io/tooltipster/#plugins_sidetip)). +> All of Tooltipster's options, methods and events remain available. Only sideTip's features will be unavailable on tooltips that use Follower instead (read this [note](http://iamceege.github.io/tooltipster/#plugins_sidetip)). Examples --------