diff --git a/README.md b/README.md index 1768bec..2dee36d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# StackTracePlus Minetest mod +# Stack Trace Plus StackTracePlus is a Lua module that extends `debug.traceback` to include more call frame information such as local and globals, locals and parameters @@ -7,9 +7,9 @@ dumps. This mod merely plugs this module in and replaces `debug.traceback` with StackTracePlus's traceback dump routine. -# Installing +## Installing -This repository uses git submodules. +This repository uses Git submodules. Clone this repo either recursively (`--recursive`) or as usual, but make sure to `git submodule update --init` afterwards; it must go into the `mods` @@ -24,8 +24,8 @@ If you have enabled mod security (`secure.enable_security` is `true`), then you must whitelist this mod in `minetest.conf`'s `secure.trusted_mods` config entry. -# License +## License WTFPL / CC0 / Public Domain. -StackTracePlus is distributed under the MIT license. +Stack Trace Plus is distributed under the MIT license.