From cbf186cf52f97e04bb5eb62099b6053e7406947c Mon Sep 17 00:00:00 2001
From: PgBiel <9021226+PgBiel@users.noreply.github.com>
Date: Fri, 26 Apr 2024 19:41:43 -0300
Subject: [PATCH] remove README releasing note
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index b5ed3e381..5421415ba 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,6 @@
-## NOTE: We are releasing very soon, check back later!
-
Glistix is a **fork of [the Gleam compiler](https://github.com/gleam-lang/gleam)** which adds a **[Nix](https://nixos.org/) backend**, so that you can **compile Gleam code into Nix** and **use it in your configurations!**
This allows you to leverage Gleam's **type-safety** and **simplicity** to write reasonable and more correct code. You will also be able to use **Gleam's tooling** in your favor, such as unit tests and easy package management.