From 4c54935adefdba873f78bedf185cfb6dc1bb64bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Fri, 19 Jun 2026 20:05:43 +0000 Subject: [PATCH] docs(readme): add @fontsource/geist-mono to Key Libraries section The @fontsource/geist-mono package provides the primary monospace font used throughout the application (imported in main.tsx and referenced in index.css), but was missing from the documented library list. Added it in alphabetical order. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 698dd81..29a05fa 100644 --- a/README.md +++ b/README.md @@ -139,10 +139,11 @@ src/ ### Key Libraries -- **bitcoinjs-lib** — BOLT11 invoice decoding +- **@fontsource/geist-mono** — Primary monospace font used throughout the app +- **@radix-ui** — Accessible UI primitives - **bech32** — LNURL bech32 decoding +- **bitcoinjs-lib** — BOLT11 invoice decoding - **bolt12-decoder** — BOLT12 offer/invoice parsing -- **@radix-ui** — Accessible UI primitives - **lucide-react** — Beautiful icon set - **tailwind-merge** — Smart class merging