From 3edc834b7c5edfaadf77d5cc5d0b0fbec71d4d78 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Sun, 9 Oct 2022 09:12:11 -0400 Subject: [PATCH] Note that README is incomplete --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 741d4eaa5..9efdf9032 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces. +** NOTE: This README is a work in progress and is currently incomplete.** + ```rust use leptos::*;