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