Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Riz-ve/Xeno
Browse files Browse the repository at this point in the history
  • Loading branch information
Riz-ve committed Sep 4, 2024
2 parents 826b5ce + aee0270 commit 5968193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Xeno.SetGlobal("__test", { -- can only set table, number, and string as a global
["test_text"] = "hello, world!"
})

local t = Xeno.GetGlobal(__test) -- the table we just set
local t = Xeno.GetGlobal("__test") -- the table we just set
print(t.test_text) -- hello, world!

-- other
Expand Down

0 comments on commit 5968193

Please sign in to comment.