Update README.md

This commit is contained in:
Luke Weiler
2022-12-21 13:49:50 -05:00
committed by GitHub
parent 9d61fd3089
commit e1390d707b

View File

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