From 8b4385a8a2244e618be1a0fcfe615357707ecad1 Mon Sep 17 00:00:00 2001 From: David Leal Date: Mon, 23 Sep 2019 21:04:17 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dee36d..264d399 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Stack Trace Plus +# StackTracePlus StackTracePlus is a Lua module that extends `debug.traceback` to include more call frame information such as local and globals, locals and parameters @@ -28,4 +28,4 @@ entry. WTFPL / CC0 / Public Domain. -Stack Trace Plus is distributed under the MIT license. +StackTracePlus is distributed under the MIT license.