update readme

This commit is contained in:
2026-05-18 13:29:59 -07:00
parent 13bc36ce0c
commit a9b93f3807
+1 -1
View File
@@ -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