Improve README.md

This commit is contained in:
David Leal 2019-09-23 21:02:25 -05:00 committed by GitHub
parent 3eb15f40d1
commit d277b8d240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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.