From a12bd5cd0f87538282e9dfb59cd5ef561fd5dd22 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Mon, 19 Dec 2022 02:55:37 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dd94d9..1592bdd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This creates the pdf `ws.pdf` in your current directory --> Problem/solution pairs are generated with either: * `mathgen.()` - generates a problem, solution set from the given generator name. -* `mathgen.genById(id)` - generates a problem, solution set with generator id `id` in the format `[problem, solution]` +* `mathgen.genById(id)` - generates a problem, solution set with generator id provided by the `id` parameter -You can also use `getGenList()` to return a list of all generators in the repository in the format `[id, title, self, funcname, subjectname]` +You can also use `getGenList()` to return a list of all generators included in the library in the format: +``` +[id, title, self, funcname, subjectname] +``` ## List of Generators