From 4b93df98c89548d4c4ac6f9d63242c6491c669e9 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:35:44 -0500 Subject: [PATCH] chore(README): Update READMEs missing H1 headers * Update READMEs missing H1 headers. * Changed casing. --- apps/web/README.md | 2 ++ libs/common/src/tools/integration/README.md | 2 ++ libs/dirt/card/README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/README.md b/apps/web/README.md index c5e03eebb59..0640d7199af 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -1,3 +1,5 @@ +# Bitwarden Web App +

diff --git a/libs/common/src/tools/integration/README.md b/libs/common/src/tools/integration/README.md index 9d7edb2d360..1dc74f729e6 100644 --- a/libs/common/src/tools/integration/README.md +++ b/libs/common/src/tools/integration/README.md @@ -1,3 +1,5 @@ +# Tools Vendor Integration + This module defines interfaces and helpers for creating vendor integration sites. ## RPC diff --git a/libs/dirt/card/README.md b/libs/dirt/card/README.md index b97bfd56590..5d21a045658 100644 --- a/libs/dirt/card/README.md +++ b/libs/dirt/card/README.md @@ -1,4 +1,4 @@ -## DIRT Card +# DIRT Card Package name: `@bitwarden/dirt-card`