From 828ed3ce3b741116ac219799d0dae07525e14e96 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Sun, 28 Jul 2019 13:41:59 +0200
Subject: Fix typo in `README`

---
 Cargo.toml | 2 +-
 README.md  | 2 +-
 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]
 
-- 
cgit