From 2050c2585faea656cedf64442dae076b7a37232f Mon Sep 17 00:00:00 2001 From: aaron <83140718+centau@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:13:42 +0100 Subject: [PATCH] Update docs --- docs/api/reactivity-core.md | 2 +- docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/reactivity-core.md b/docs/api/reactivity-core.md index f574631..7f9fe28 100644 --- a/docs/api/reactivity-core.md +++ b/docs/api/reactivity-core.md @@ -221,7 +221,7 @@ Maps each value in a table source to an object. local items = source {} :: () -> Array - local displays = values(numbers, function(item, i) + local displays = values(items, function(item, i) return ItemDisplay { Name = item.Name diff --git a/docs/index.md b/docs/index.md index 37e8083..e707309 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ layout: home hero: name: Vide text: "" - tagline: A declarative and reactive library for Luau. + tagline: A reactive UI library for Luau. image: src: /logo.svg alt: Vide @@ -19,6 +19,6 @@ hero: features: - title: In Development - details: Do not use for production + details: Not recommended for production. ---