From b974d9d0cc931ca8d6cc07fe771727e724c586d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 18 Apr 2019 10:20:27 +0200 Subject: [PATCH] [REF] rename Lab into Library --- package.json | 6 +++--- src/app.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 63797f9c..244b26ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "owl-playground", - "description": "Odoo Web Lab", + "description": "Odoo Web Library", "scripts": { - "serve": "python -m SimpleHTTPServer 8001" + "serve": "python -m SimpleHTTPServer 8001" } -} \ No newline at end of file +} diff --git a/src/app.js b/src/app.js index 0312a6c8..2795cef6 100644 --- a/src/app.js +++ b/src/app.js @@ -127,7 +127,7 @@ const TEMPLATE = `
-
🦉 Odoo Web Lab 🦉
+
🦉 Odoo Web Library 🦉
v
Note: these examples require a recent browser to work without a transpilation step.