From ed8e2ba465e19a91889d751394b6b4998ef27088 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Mon, 15 May 2023 03:19:42 +0100 Subject: [PATCH] updated README.md --- README.md | 2 ++ docs/book/src/SUMMARY.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8943695..1cafd73 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/synphonyte/leptos-use#license) [![Build Status](https://github.com/synphonyte/leptos-use/actions/workflows/ci.yml/badge.svg)](https://github.com/synphonyte/leptos-use/actions/workflows/ci.yml) +[**Guide**](https://synphonyte.github.io/leptos-use/) • [**Docs.rs**](https://docs.rs/leptos-use/) • [**Crates.io**](https://crates.io/crates/leptos-use) + Collection of essential Leptos utilities inspired by SolidJS-USE / VueUse This is still very much work in progress and all contributions are welcome! \ No newline at end of file diff --git a/docs/book/src/SUMMARY.md b/docs/book/src/SUMMARY.md index 668c3be..32e473e 100644 --- a/docs/book/src/SUMMARY.md +++ b/docs/book/src/SUMMARY.md @@ -9,4 +9,4 @@ # Browser -- [useEventListener](browser/use_event_listener.md) +- [use_event_listener](browser/use_event_listener.md)