From a361cc4dc17274bfdd21b96525f20e103f7b0640 Mon Sep 17 00:00:00 2001 From: Philippe Ozil Date: Tue, 6 Aug 2024 11:07:08 +0200 Subject: [PATCH] doc: align app name --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 182647518..ab97bfbc7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![dreamhouse-logo](dreamhouse-logo.png) -DreamHouse is a sample application that demonstrates the unique value proposition of the Salesforce platform for building Employee Productivity and Customer Engagement apps. +Dreamhouse is a sample application that demonstrates the unique value proposition of the Salesforce platform for building Employee Productivity and Customer Engagement apps.
Trailhead Badge diff --git a/package.json b/package.json index 610d054e0..530d9a43e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dreamhouse-lwc", "version": "1.0.0", - "description": "DreamHouse Sample App - Lightning Web Components", + "description": "Dreamhouse Sample App - Lightning Web Components", "scripts": { "lint": "eslint **/lwc/**/*.js", "test": "npm run test:unit",