From e7e9f78a3cd84369f1f2fdc8ce3b60bf981937a1 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 27 May 2020 18:42:41 +0200 Subject: [PATCH] Did you mean 'draws'? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8632c..8650c25 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ When you call the `annotate` function, you get back an annotation object, which Returns if the annotation is showing #### show() -Drawns the annotation. If the annotation is set to animate (default), it will animate the drawing. If called again, it will re-draw the animation. +Draws the annotation. If the annotation is set to animate (default), it will animate the drawing. If called again, it will re-draw the animation. #### hide() Hides the annotation if showing. This is not animated.