diff --git a/README.md b/README.md index f6b013e..b4f58b7 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,13 @@ with JavaScript, but wherever it is, this crate will try and implement them._ with [Yew][yew] * Ready to use utilities for custom component creation * Flexible components that can be combined together. Whatever is shown in the - [Bulma][bulma] documentation can be achieved with this crate. + [Bulma][bulma] documentation can be achieved with this crate. * * This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust. +> _* It might not be possible to expose everything in the same manner as +with JavaScript, but wherever it is, this crate will try and implement them._ + # Usage Since it is in the early stages of development, no complete example is made