From 11e0133b035636f8ccbc4d662c742480b75ba8b2 Mon Sep 17 00:00:00 2001 From: Fahad Ibnay Heylaal Date: Sat, 16 Dec 2017 19:38:20 +0100 Subject: [PATCH 1/5] readme: added a list of characteristics and features --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5c368ced..8f93a3dd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ For documentation, visit [https://frint.js.org](https://frint.js.org). +Key characteristics and fetures include: + +* Gives your applications a **structure** +* **Environment** agnostic (browser, server CLI) +* **Rendering** library agnostic (integrates with React, Vue, Preact) +* **Composable** with multiple packages as needed +* Each package doing **one thing** well only +* **Modular** architecture with Apps +* Embraces **reactive programming** with RxJS +* **Progressive** and easy to adopt it in existing applications + This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to frintjs-conduct@googlegroups.com. From bcf0b26a55ab8674e61b039b58485679c1c1a158 Mon Sep 17 00:00:00 2001 From: Fahad Ibnay Heylaal Date: Sat, 16 Dec 2017 19:39:06 +0100 Subject: [PATCH 2/5] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f93a3dd..0591d6be 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ For documentation, visit [https://frint.js.org](https://frint.js.org). -Key characteristics and fetures include: +Key characteristics and features include: * Gives your applications a **structure** * **Environment** agnostic (browser, server CLI) From 85e498c8af8ca897982a143e3dd353a6668eb026 Mon Sep 17 00:00:00 2001 From: Fahad Ibnay Heylaal Date: Sat, 16 Dec 2017 19:46:18 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0591d6be..5a367735 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ For documentation, visit [https://frint.js.org](https://frint.js.org). Key characteristics and features include: * Gives your applications a **structure** -* **Environment** agnostic (browser, server CLI) -* **Rendering** library agnostic (integrates with React, Vue, Preact) +* **Environment** agnostic (runs in browser, server, and CLI) +* **Rendering** library agnostic (integrates with React, Vue, and Preact) * **Composable** with multiple packages as needed -* Each package doing **one thing** well only +* Each package focused on doing **one thing** well only * **Modular** architecture with Apps * Embraces **reactive programming** with RxJS * **Progressive** and easy to adopt it in existing applications From b65602c7843b3b7579fe9d89393145e389343880 Mon Sep 17 00:00:00 2001 From: Fahad Ibnay Heylaal Date: Mon, 18 Dec 2017 17:23:04 +0100 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a367735..4cea5940 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Key characteristics and features include: * **Environment** agnostic (runs in browser, server, and CLI) * **Rendering** library agnostic (integrates with React, Vue, and Preact) * **Composable** with multiple packages as needed -* Each package focused on doing **one thing** well only +* Each package is focused on doing **one thing** only and doint it well * **Modular** architecture with Apps * Embraces **reactive programming** with RxJS -* **Progressive** and easy to adopt it in existing applications +* **Progressive** and easy to adopt in existing applications This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to frintjs-conduct@googlegroups.com. From e9cfa64716c0f4c2c15ad05ed6af24a0247c8f76 Mon Sep 17 00:00:00 2001 From: Fahad Ibnay Heylaal Date: Mon, 18 Dec 2017 17:35:46 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cea5940..29cc4061 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Key characteristics and features include: * **Environment** agnostic (runs in browser, server, and CLI) * **Rendering** library agnostic (integrates with React, Vue, and Preact) * **Composable** with multiple packages as needed -* Each package is focused on doing **one thing** only and doint it well +* Each package is focused on doing **one thing** only and doing it well * **Modular** architecture with Apps * Embraces **reactive programming** with RxJS * **Progressive** and easy to adopt in existing applications