From 2d0fc80b9365d9460f5ae53a9a1dbadc58983dcf Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Mon, 28 Feb 2022 12:26:28 -0500 Subject: [PATCH] docs: simplify initial example --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7fc0131..dd86e3e 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,17 @@ [](https://github.com/syfrtech/svelte-grip/releases) [](https://github.com/syfrtech/svelte-grip/tree/master/src) [](#svelte) [](#accessibility) -A library of UI tools that help you build totally-custom and accessible accordions, dialogs, modals, tooltips, and more in Svelte. Written exclusively in Typescript, with extensive documentation and references. +A library of UI tools that help you build totally-custom and [accessible](#accessibility) accordions, dialogs, modals, tooltips, [and more](https://github.com/syfrtech/svelte-grip/tree/master/src) with Svelte. Written exclusively in Typescript with extensive documentation and references. ```html -here is some content! - -this link will also open dialog1 - -here is the tip -hover for info ``` ## Install