From 921128824af7244dc3f32852db99e76dcb181261 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 5 Sep 2024 06:33:18 +0200 Subject: [PATCH] docs: less warning more important --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f5b4a3..6fdd906 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The full documentation is available on [docs.rs](https://docs.rs/codemp). `codemp` is primarily used as a plugin in your editor of choice. ## Installation -> [!WARNING] +> [!IMPORTANT] > The editor plugins are in active development. Expect frequent changes. `codemp` is available as a plugin for a growing number of text editors. Currently we support: @@ -57,7 +57,7 @@ As a design philosophy, our binding APIs attempt to perfectly mimic their Rust c Refer to specific language documentation for specifics, differences and quirks. ### From other languages -> [!WARNING] +> [!IMPORTANT] > The common C bindings are not available yet! Any other language with C FFI capabilities will be able to use `codemp` via its bare C bindings.