README.md in loxby-0.0.2 vs README.md in loxby-0.0.3

- old
+ new

@@ -8,6 +8,9 @@ 2. `loxby [filename]` to run a file or `loxby` to run in REPL mode 3. To run the interpreter from Ruby: ```ruby require 'loxby/runner' Lox::Runner.new(ARGV, $stdout, $stderr) - ``` + ``` + +## License +This gem is licensed under the [MIT License](https://opensource.org/license/mit). See LICENSE.txt for more. \ No newline at end of file