From 6e63fda5b27d44bf01c507809d1225f3ce7bf3b0 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Fri, 27 Aug 2021 02:04:45 +0900 Subject: [PATCH] Fix example source implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefd782..88a5cee 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ source.new = function() end ---Return the source name for some information. -source.get_debug_name = function() +function source:get_debug_name = function() return 'example' end