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] ```