From e1390d707ba7aa2899e19379e5153101f12647d2 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Wed, 21 Dec 2022 13:49:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09e5ce..deee72d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Problem/solution pairs are generated with either: --> You can also use `getGenList()` to return a list of all generators included in the library in the format: ``` -[id, title, self, funcname, subjectname] +[id, title, gen_func, funcname, subjectname, kwargs] ```