diff --git a/README.md b/README.md index bdb3eab..b60142a 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Generative Functions: * `a unary generative method that takes a model as an argument; a template needs to have one generative method.` * `out (a workhorse function that directs the text to file)` -When we're done with this simple process, then there is Java code that does what the generative functions try to do - it achieves their intention by executing as Java code. +When we're done with this simple process, there is Java code that does what the generative functions intend to do. ### A Little Enhancement