aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3499d0d..830e13c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
💡 Its name comes from the Chinese pinyin **"Mìng Lìng"**, which means **"command"**.
-## WARNING
+## ⚠WARNING
Mingling is currently usable at a basic level, but it is still under active development, so many APIs are not yet mature. Any changes to the public API will be documented in detail in the [Changelog](https://github.com/mingling-rs/mingling/blob/main/CHANGELOG.md).
@@ -99,7 +99,7 @@ Add Mingling to your `Cargo.toml`:
```toml
[dependencies.mingling]
-version = "0.3.0"
+version = "0.4.0"
features = []
```