diff --git a/README.md b/README.md index c0e2aeb..24e77f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ A collection of functions for Lua, geared towards game development. This fork incorporates randomization from the LOVE engine's math library if -available, and uses a local for random calls. +available, uses a local for random calls, and adds a function for setting the +seed for its randomizer. ## Installation