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