diff --git a/README.md b/README.md
index ac3b254d..80e7639c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-
🦉 Odoo Web Lab 🦉
+🦉 Odoo Web Library 🦉
## Project Overview
-Odoo Web Lab (OWL) is a project to collect some useful, reusable, (hopefully)
+Odoo Web Library (OWL) is a project to collect some useful, reusable, (hopefully)
well designed building blocks for building web applications. However, since this is the basis for the Odoo web client, we will not hesitate
to design the code here to better match the Odoo architecture/design principles.
diff --git a/doc/readme.md b/doc/readme.md
index 566ab160..5c7dcaf7 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -1,4 +1,4 @@
-# Odoo Web Lab Documentation
+# Odoo Web Library Documentation
Currently, this repository contains:
diff --git a/package.json b/package.json
index e6d81ce9..6e5b097d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "owl",
"version": "0.7.0",
- "description": "Odoo Web Lab",
+ "description": "Odoo Web Library (OWL)",
"main": "src/index.ts",
"scripts": {
"build:js": "tsc --target esnext --module es6 --outDir dist/owl src/*",