From 0bac7b076d5527e7c5e6034c25a189ee6edf6386 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Sun, 9 May 2021 22:14:48 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70812e1..d1ceca7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ problem, solution = mathgen.addition() problem, solution = mathgen.genById(0) ``` ### Creating a worksheet -If you wish to create a worksheet, you can use the `worksheetgen` package. Install this with `pip install worksheetgen`. Here is an example of how a worksheet would be generated. +If you wish to create a worksheet, you can use the [worksheetgen](https://github.com/lukew3/worksheetgen) package. Install this with `pip install worksheetgen`. Here is an example of how a worksheet would be generated. ``` from mathgenerator import mathgen from worksheetgen.wg import Worksheet