From 6bf70f016cae7133ea23861fb583f563dd376833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 12 Sep 2019 17:10:44 +0200 Subject: [PATCH] [DOC] doc: update readme.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 345911d3..3ac72531 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@

🦉 Odoo Web Library 🦉

-_A web framework for structured, dynamic and maintainable applications_ +_A no nonsense web framework for structured, dynamic and maintainable applications_ ## Project Overview -The Odoo Web Library (OWL) is a small (~16kb gzipped) UI framework intended to be the basis for -the [Odoo](https://www.odoo.com/) Web Client, and hopefully many other Odoo -related projects. OWL's main features are: +The Odoo Web Library (OWL) is a smallish (~17kb gzipped) UI framework intended to be the basis for +the [Odoo](https://www.odoo.com/) Web Client. OWL's main features are: - a _declarative component system_, (template based, with asynchronous rendering and a virtual dom) - a store implementation (for state management) @@ -43,7 +42,6 @@ class App extends Component { `; static components = { Counter }; - } const app = new App({ qweb: new QWeb() });