From 7287b7d032bc1cdf4a8957bbccab1a4bded7c0a2 Mon Sep 17 00:00:00 2001 From: Matthew Sigley Date: Tue, 12 Apr 2022 12:25:04 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e24f2e6..2767210 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ A small library for show and hiding elements written in Vanilla JS # Features * Uses M height calculation to allow the links or buttons used to show/hide the content to be inside of the parent container. -** Uses a ResizeObserver and animation frames to recalculate the M height on window resize. + * Uses a ResizeObserver and animation frames to recalculate the M height on window resize. * Doesn't hide content using display: none. -** This prevents layout issues from hiding content. + * This prevents layout issues from hiding content. # Functions ## Element.prototype.showHide( object args )