From 7e034e9aa9db9590e4708d09a315fd69ff383fd4 Mon Sep 17 00:00:00 2001 From: Max Eisen <44880676+maxeisen@users.noreply.github.com> Date: Tue, 16 Jun 2020 00:52:32 -0700 Subject: [PATCH] Update README.md (#42) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5540b0a..421014b 100644 --- a/README.md +++ b/README.md @@ -76,12 +76,12 @@ When you create an annotation object, you pass in a config. The config only has #### type This is a mandatory field. It sets the annotation style. Following are the list of supported annotation types: -* __underline__: Create a sketchy underline below an element. +* __underline__: This style creates a sketchy underline below an element. * __box__: This style draws a box around the element. -* __circle__: Draw a circle around the element. -* __highlight__: Creates a highlight effect as if maked by a highlighter. -* __strike-through__: This style draws a box around the element. -* __crossed-off__: This style draws a box around the element. +* __circle__: This style draws a circle around the element. +* __highlight__: This style creates a highlight effect as if masked by a highlighter. +* __strike-through__: This style draws horizontal lines through the element. +* __crossed-off__: This style draws an 'X' across the element. #### animate Boolean property to turn on/off animation when annotating. Default value is `true`.