From f1639c27d9e9a9b6b2fbcdc2eee0574ce84a8706 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Mon, 28 Dec 2020 14:33:12 -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 c873c44..3ff46a2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ mathgen.write_pdf(worksheet) ``` ## Documentation -`getGenList()` returns a list of all generators in the repository in the format `[id, title, self, funcname]` +`getGenList()` returns a list of all generators in the repository in the format `[id, title, self, funcname, subjectname]` `genById(id)` generates a problem, solution set with generator id `id` in the form of a list in the format `[problem, solution]`