summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-28 13:41:59 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-07-28 13:41:59 +0200
commit828ed3ce3b741116ac219799d0dae07525e14e96 (patch)
tree85fb4fbf66bdb38f51259642c766ff885c2aed40
parenta5e2d3bdfb8e6888aea0934b03e87c2c44cabbb0 (diff)
downloadiced-828ed3ce3b741116ac219799d0dae07525e14e96.tar.gz
iced-828ed3ce3b741116ac219799d0dae07525e14e96.tar.bz2
iced-828ed3ce3b741116ac219799d0dae07525e14e96.zip
Fix typo in `README`
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c317505..ee0b100a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "iced"
version = "0.0.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
-description = "An opinionated GUI runtime, heavily inspired by Elm."
+description = "A GUI runtime, heavily inspired by Elm."
license = "MIT"
repository = "https://github.com/hecrj/iced"
documentation = "https://docs.rs/iced"
diff --git a/README.md b/README.md
index 8c3f4d3e..4433fb3b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced)
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
-An GUI runtime for Rust, heavily inspired by Elm.
+A GUI runtime for Rust, heavily inspired by Elm.
[![GUI][gui_gif]][gui_gfycat]