From 7df50aecd94bf2d845f87e7d1135c0c846111981 Mon Sep 17 00:00:00 2001 From: MatthiasSchuster Date: Sun, 4 Feb 2018 21:12:55 +0100 Subject: [PATCH 1/4] Update README.md In addition to this little corrections, do I consider to rephrase this sentence as well, since I feel a little bit confused by it: All of the code produced by Elchemy can be easily read and analyzed without taking a single look at the source code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 622c4f0..0ddf0a6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Elchemy lets you write simple, fast and quality type safe code while leveraging - **Easy and type-safe interop**: You can call Elixir/Erlang without any extra boiler-plate. All the calls you make are checked in terms of type-safety as thoroughly as possible - **All the best of Elm and Elixir**: Elchemy inherits what's best in Elm - type safety, inference and extreme expressiveness, but also what's best in Elixir - Doc-tests, tooling and obviously the entire BEAM platform. - **Nearly No runtime errors** - Elchemy's type system **eliminates almost all runtime errors**. With a shrinking set of edge cases, your entire app will be as safe as the parts written in Elixir are. -- **Beatiful and fully readable output** - All of the code produced by Elchemy can be easily read and analyzed without taking a single look at the source code +- **Beautiful and fully readable output** - All of the code produced by Elchemy can be easily read and analyzed without taking a single look at the source code # Path notes. Since version 0.4 all of the patch notes are included in the description of [a release](https://github.com/wende/elchemy/releases): From b5e5c92f3eb59852b366c3dcc3f8967e419de568 Mon Sep 17 00:00:00 2001 From: Krzysztof Wende Date: Mon, 5 Feb 2018 00:56:17 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ddf0a6..5741315 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Elchemy lets you write simple, fast and quality type safe code while leveraging - **Easy and type-safe interop**: You can call Elixir/Erlang without any extra boiler-plate. All the calls you make are checked in terms of type-safety as thoroughly as possible - **All the best of Elm and Elixir**: Elchemy inherits what's best in Elm - type safety, inference and extreme expressiveness, but also what's best in Elixir - Doc-tests, tooling and obviously the entire BEAM platform. - **Nearly No runtime errors** - Elchemy's type system **eliminates almost all runtime errors**. With a shrinking set of edge cases, your entire app will be as safe as the parts written in Elixir are. -- **Beautiful and fully readable output** - All of the code produced by Elchemy can be easily read and analyzed without taking a single look at the source code +- **Beautiful and fully readable output** - The produced code is idiomatic, performant and can be easily read and analyzed without taking a single look at the original source # Path notes. Since version 0.4 all of the patch notes are included in the description of [a release](https://github.com/wende/elchemy/releases): From 816ccf3bb8c07de8a7cc92fa2e8b68d598acc1c1 Mon Sep 17 00:00:00 2001 From: Krzysztof Wende Date: Mon, 5 Feb 2018 00:56:50 +0100 Subject: [PATCH 3/4] The dot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5741315..e76d3e1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ #### Quick install ```shell -npm install -g elchemy +npm install -g elchem ``` # What is it? @@ -30,7 +30,7 @@ Elchemy lets you write simple, fast and quality type safe code while leveraging - **Easy and type-safe interop**: You can call Elixir/Erlang without any extra boiler-plate. All the calls you make are checked in terms of type-safety as thoroughly as possible - **All the best of Elm and Elixir**: Elchemy inherits what's best in Elm - type safety, inference and extreme expressiveness, but also what's best in Elixir - Doc-tests, tooling and obviously the entire BEAM platform. - **Nearly No runtime errors** - Elchemy's type system **eliminates almost all runtime errors**. With a shrinking set of edge cases, your entire app will be as safe as the parts written in Elixir are. -- **Beautiful and fully readable output** - The produced code is idiomatic, performant and can be easily read and analyzed without taking a single look at the original source +- **Beautiful and fully readable output** - The produced code is idiomatic, performant and can be easily read and analyzed without taking a single look at the original source. # Path notes. Since version 0.4 all of the patch notes are included in the description of [a release](https://github.com/wende/elchemy/releases): From 67c99720e8c925f281d5641de8ab523c230fefd5 Mon Sep 17 00:00:00 2001 From: Krzysztof Wende Date: Mon, 5 Feb 2018 00:57:02 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e76d3e1..29882ee 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ #### Quick install ```shell -npm install -g elchem +npm install -g elchemy ``` # What is it?