summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-25 19:53:04 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-25 19:53:04 +0200
commit8879ccb5f502e2a8ec449486f718e8bd9b2f7a0a (patch)
tree839984910afa8e7d06a9efc5dca0c590b1e04152 /README.md
parent880a101a3556a3cda25728bd1b7da83f8b452bb8 (diff)
downloadiced-8879ccb5f502e2a8ec449486f718e8bd9b2f7a0a.tar.gz
iced-8879ccb5f502e2a8ec449486f718e8bd9b2f7a0a.tar.bz2
iced-8879ccb5f502e2a8ec449486f718e8bd9b2f7a0a.zip
Fix wording in `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 61ed7f63..fd5ef6a4 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Iced
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
-------------------
-A simple GUI runtime for Rust, heavily inspired by Elm.
+A simple GUI runtime for Rust, heavily inspired by [Elm].
__Iced is in a very early stage of development.__ Many [basic features are still
missing] and there are probably _many_ bugs. [Feel free to contribute!]
@@ -40,8 +40,8 @@ you want to learn about a specific release, check out [the release list].
[the release list]: https://github.com/hecrj/iced/releases
## Overview
-Iced is heavily inspired by [Elm] and [The Elm Architecture] and it expects you
-to split user interfaces into four different concepts:
+Inspired by [The Elm Architecture], Iced expects you to split user interfaces
+into four different concepts:
* __State__ — the state of your application
* __Messages__ — user interactions or meaningful events that you care