diff options
author | 2024-09-18 22:20:35 +0200 | |
---|---|---|
committer | 2024-09-18 22:20:35 +0200 | |
commit | ed4d0781c7172e9ed1f047a37f01a908c7896bf1 (patch) | |
tree | 0d7f3917cb888dc574bf7a87ce268d522758b91d /README.md | |
parent | ab2cedc7d7de6cb4892a73e48b20bb9bab6d661b (diff) | |
download | iced-ed4d0781c7172e9ed1f047a37f01a908c7896bf1.tar.gz iced-ed4d0781c7172e9ed1f047a37f01a908c7896bf1.tar.bz2 iced-ed4d0781c7172e9ed1f047a37f01a908c7896bf1.zip |
Remove "feel free to contribute!" link in `README`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -41,8 +41,8 @@ Inspired by [Elm]. * [`iced_tiny_skia`] offering a software alternative as a fallback * A [windowing shell] -__Iced is currently experimental software.__ [Take a look at the roadmap], -[check out the issues], and [feel free to contribute!] +__Iced is currently experimental software.__ [Take a look at the roadmap] and +[check out the issues]. [Cross-platform support]: https://raw.githubusercontent.com/iced-rs/iced/master/docs/images/todos_desktop.jpg [text inputs]: https://iced.rs/examples/text_input.mp4 @@ -56,7 +56,6 @@ __Iced is currently experimental software.__ [Take a look at the roadmap], [windowing shell]: winit/ [Take a look at the roadmap]: ROADMAP.md [check out the issues]: https://github.com/iced-rs/iced/issues -[feel free to contribute!]: #contributing--feedback ## Overview |