aboutsummaryrefslogtreecommitdiff
path: root/src/lustre.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/lustre.gleam')
-rw-r--r--src/lustre.gleam5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lustre.gleam b/src/lustre.gleam
index ff4fcdd..31861f3 100644
--- a/src/lustre.gleam
+++ b/src/lustre.gleam
@@ -1,8 +1,3 @@
-//// > **Note**: this is a _release candidate_ for v4.0.0 and documentation is still
-//// > a work in progress. If you spot an issue with docs or the library, or would
-//// > like to get involved, please [open an issue](https://github.com/lustre-labs/lustre/issues/new)
-//// > or a pull request.
-////
//// Lustre is a framework for rendering Web applications and components using
//// Gleam. This module contains the core API for constructing and communicating
//// with Lustre applications. If you're new to Lustre or frontend development in