diff --git a/README.md b/README.md index 796a870..3d1bec1 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ problem, solution = mathgenerator.addition() #another way to generate an addition problem using genById() problem, solution = mathgenerator.genById(0) ``` +You may prefer to use `import mathgenerator as mg` and run functions like `mg.addition()` so that you don't have to type as much.