diff --git a/README.md b/README.md index 84ff28d..290876c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ achieved as a result of a given prompt. The language has to be of below nature, -- Simple. +- Simple(not just Easy). - Consistent. - Infinitely recursive. @@ -54,9 +54,11 @@ let compiled = interpreter.compile(dslJson); ``` interpreter.run(compiled, null); -// This should retur 6 +// This should return 6 ``` +For more details refer to the [test file](jgentest.js). + ## Running tests: ```