diff --git a/README.md b/README.md
index 676a48a..352f221 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@
Card pool analysis tool for trading card games. Fetches card data from game-specific sources, enriches it with errata history, applies word-count rules, and exports to Excel/CSV.
-Originally built to support 25 Format. Check out the [Discord server](https://discord.gg/wDXgNHukb) for more info!
+**Current implementation:** cards fetched from [YGOProDeck](https://ygoprodeck.com/), errata history from [Yugipedia](https://yugipedia.com/). The design supports multiple TCGs — more to follow.
-**Current implementation: Yu-Gi-Oh!** The goal is to support multiple TCGs — Yu-Gi-Oh! is the first. Cards are fetched from [YGOProDeck](https://ygoprodeck.com/) and enriched with errata history from [Yugipedia](https://yugipedia.com/).
+Originally built for the [25 Format](https://discord.gg/wDXgNHukb) community — come join us on Discord.
The core purpose: identify cards whose **shortest known errata version** falls within a word-count threshold (default: ≤25 words).
diff --git a/src/CardPool.Cli/CardPool.Cli.csproj b/src/CardPool.Cli/CardPool.Cli.csproj
index 3140539..b74b1bd 100644
--- a/src/CardPool.Cli/CardPool.Cli.csproj
+++ b/src/CardPool.Cli/CardPool.Cli.csproj
@@ -6,11 +6,11 @@
true
cpool
CardPool
- 1.2.2
+ 1.2.3
false
Piers Sinclair
- Card pool generator for trading card game formats. Applies errata history and configurable criteria (e.g. word count) to export eligible card pools to Excel/CSV.
- yugioh;tcg;card-pool;format;cli
+ Card pool generator for trading card game formats, originally built for the 25 Format. Applies errata history and configurable criteria (e.g. word count) to export eligible card pools to Excel/CSV. Join the community at discord.gg/wDXgNHukb.
+ tcg;card-pool;25-format;cli
MIT
https://github.com/piers-sinclair/cardpool
README.md