From ec76fb9592e937e8ce8fa2b6e3297337de66898a Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 14 Nov 2024 10:24:27 -0800 Subject: [PATCH] Use utf-8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0655ada..9f244764 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Rwf is a comprehensive framework for building web applications in Rust. Written ## Documentation -:blue_book: The documentation **[is available here](https://levkk.github.io/rwf/)**. +📘 The documentation **[is available here](https://levkk.github.io/rwf/)**. ## Features overview @@ -69,6 +69,6 @@ async fn main() { See [examples](https://github.com/levkk/rwf/tree/main/examples) for common use cases. -## :construction: Status :construction: +## 🚧 Status 🚧 Rwf is in early development and not ready for production. Many features and documentation are incomplete. Contributions are welcome. Please see [CONTRIBUTING](https://github.com/levkk/rwf/tree/main/CONTRIBUTING.md) for guidelines, [ARCHITECTURE](https://github.com/levkk/rwf/tree/main/ARCHITECTURE.md) for a tour of the code, and [ROADMAP](https://github.com/levkk/rwf/tree/main/ROADMAP.md) for a non-exhaustive list of desired features.