From 3adf515204370a740c1b3ad3c8143480883c278e Mon Sep 17 00:00:00 2001 From: HongboZhang Date: Thu, 7 Mar 2024 15:39:21 +0800 Subject: [PATCH] tweaks and claim it is experimental --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3dbbaf04..841136759 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # moonbitlang/core -moonbitlang/core is the standard library of the MoonBit language. It is released alongside the compiler. You can view the documentation for the latest official release at . This repository serves as the development repository. +moonbitlang/core is the standard library of the [MoonBit language](moonbitlang.com). It is released alongside the compiler. You can view the documentation for the latest official release at . This repository serves as the development repository. + +## Current status + +It is experimental and under active development. The API is subject to change. ## Contributing We are actively developing moonbitlang/core and appreciate your help!