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