From f869bf7425b785af05520975309d8ad955db9763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=AEittaG=20ordnasselA?= Date: Fri, 31 May 2019 10:15:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab30f7..838e4b1 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ Generic library for generating "booster packs" with randomizable slots for foils and special rares. -The `mlp` subpackage contains MLP:CCG-specific code for drafting MLP:CCG packs. +The base library has generalized implementations of sets (think booster packs from boxes) and cube (which takes off cards from a list as they are put in packs). + +The `mlp` subpackage contains MLP:CCG-specific code for drafting MLP:CCG packs and cubes.