From a9b93f3807de6e373fa797c2e1730d2232a905b6 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 18 May 2026 13:29:59 -0700 Subject: [PATCH] update readme --- card_game/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card_game/README.md b/card_game/README.md index 44cfd8f..3fc115f 100644 --- a/card_game/README.md +++ b/card_game/README.md @@ -1,7 +1,7 @@ Card Game ========= -`card_game` is a library to implement card games. Mainly interesting for the `Game` trait and the `Session` type. +`card_game` is a collection of algorithms, structs, and enums which are useful to implement card games. ## Example