From 19be49dfbfa30af4dc1fb6d9ed99e342bab0120d Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Fri, 7 Jun 2024 23:17:13 +0530 Subject: [PATCH] Rename Privacy Sandbox Demos to PSAT Demos --- README.md | 10 +++++----- app.js | 2 +- package.json | 2 +- src/common/header.ejs | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 15ebe50..29fc82c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Privacy Sandbox Demos +# PSAT Demos -Privacy Sandbox Demos is a web application that showcases various demos and scenarios related to privacy sandbox. +PSAT Demos is a web application that showcases various demos and scenarios related to privacy sandbox. ## Description -Privacy Sandbox Demos is a web application built using Node.js and Express. It demonstrates different privacy-related +PSAT Demos is a web application built using Node.js and Express. It demonstrates different privacy-related technologies and scenarios through various demos and use cases. The project is structured into two main sections: @@ -16,7 +16,7 @@ The project is structured into two main sections: ### Prerequisites -Before you can run the Privacy Sandbox Demos, make sure you have the following software installed: +Before you can run the PSAT Demos, make sure you have the following software installed: - [Node.js](https://nodejs.org/) - [npm](https://www.npmjs.com/) (Node Package Manager) @@ -55,7 +55,7 @@ _You can use `localhost` for the domains if you are running the application loca ## **Usage** -To run the Privacy Sandbox Demos application, use the following command: +To run the PSAT Demos application, use the following command: ```bash npm start diff --git a/app.js b/app.js index 514cdf6..20fa844 100644 --- a/app.js +++ b/app.js @@ -85,7 +85,7 @@ scenarios.forEach(scenario => { // Catch-all route handler for unmatched routes, rendering the default page app.use((req, res) => { res.render(path.join(__dirname, 'src/common/index'), { - title: 'Privacy Sandbox Demos' + title: 'PSAT Demos' }); }); diff --git a/package.json b/package.json index d9f1b54..96c0c80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "privacy-sandbox-demos", "version": "1.0.0", - "description": "Privacy Sandbox Demos", + "description": "PSAT Demos", "main": "app.js", "scripts": { "start": "tailwindcss -i src/styles/input.css -o public/assets/styles/style.css && node app.js", diff --git a/src/common/header.ejs b/src/common/header.ejs index a3523df..131eac1 100644 --- a/src/common/header.ejs +++ b/src/common/header.ejs @@ -17,7 +17,7 @@
Logo -

Privacy Sandbox Demos

+

PSAT Demos