diff --git a/README.md b/README.md index 47abd9b..c7c8355 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A declarative, cross-platform UI library for Rust that uses native controls. Nuit's API takes inspiration from SwiftUI, Xilem, React and a number of other frameworks, while itself using SwiftUI under the hood on macOS. > [!NOTE] -> Nuit currently requires a nightly Rust toolchain as it uses a number of cutting edge/unstable compiler features, including +> Nuit is still experimental with a rapidly evolving API and requires a nightly Rust toolchain as it uses a number of cutting edge/unstable compiler features, including > > - [impl Trait in type aliases](https://github.com/rust-lang/rust/issues/63063) > - [associated type defaults](https://github.com/rust-lang/rust/issues/29661)