summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Nils Martel <nilsmartel@yahoo.de>2020-12-15 11:25:15 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-12-17 05:26:28 +0100
commit07b570036aad3f42578876e1a299a0577e6761ae (patch)
tree489b2fab2e035bb1f47bbbe1fc00fa93498c094e
parent89e604d1602251f1ec16521fd714d60807217df7 (diff)
downloadiced-07b570036aad3f42578876e1a299a0577e6761ae.tar.gz
iced-07b570036aad3f42578876e1a299a0577e6761ae.tar.bz2
iced-07b570036aad3f42578876e1a299a0577e6761ae.zip
Mention birth year in `README`s
-rw-r--r--README.md2
-rw-r--r--examples/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 09647a1e..da754686 100644
--- a/README.md
+++ b/README.md
@@ -168,7 +168,7 @@ Browse the [documentation] and the [examples] to learn more!
Iced was originally born as an attempt at bringing the simplicity of [Elm] and
[The Elm Architecture] into [Coffee], a 2D game engine I am working on.
-The core of the library was implemented during May in [this pull request].
+The core of the library was implemented during May 2019 in [this pull request].
[The first alpha version] was eventually released as
[a renderer-agnostic GUI library]. The library did not provide a renderer and
implemented the current [tour example] on top of [`ggez`], a game library.
diff --git a/examples/README.md b/examples/README.md
index 32ccf724..10c28cf5 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -118,7 +118,7 @@ cargo run --package <example>
[Ghostscript Tiger]: https://commons.wikimedia.org/wiki/File:Ghostscript_Tiger.svg
## [Coffee]
-Since [Iced was born in May], it has been powering the user interfaces in
+Since [Iced was born in May 2019], it has been powering the user interfaces in
[Coffee], an experimental 2D game engine.
@@ -128,6 +128,6 @@ Since [Iced was born in May], it has been powering the user interfaces in
</a>
</div>
-[Iced was born in May]: https://github.com/hecrj/coffee/pull/35
+[Iced was born in May 2019]: https://github.com/hecrj/coffee/pull/35
[`ui` module]: https://docs.rs/coffee/0.3.2/coffee/ui/index.html
[Coffee]: https://github.com/hecrj/coffee