From f8d0174a06cf82ffe441d91465a4979696ee1d7b Mon Sep 17 00:00:00 2001 From: boatbomber Date: Sun, 3 Mar 2024 19:47:57 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bced5ee..45d6c5c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Alternatively, grab the `.rbxm` standalone model from the latest [release.](http ## Usage ```Lua -function GlassmorphicUI.new():" ImageLabel +function GlassmorphicUI.new(): ImageLabel ``` Returns an ImageLabel with a glassmorphic effect.