From 0c4864ebcbffb021198f1a4e7c30e0bbb40e5496 Mon Sep 17 00:00:00 2001 From: manee_too Date: Thu, 7 May 2026 13:08:57 +0700 Subject: [PATCH] Added new Methods --- docs/api/1.1/warp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/1.1/warp.md b/docs/api/1.1/warp.md index 09adb32..cd78fd9 100644 --- a/docs/api/1.1/warp.md +++ b/docs/api/1.1/warp.md @@ -11,7 +11,7 @@ Get the Server operation for server-side. ```lua -- Server -local Server = Warp.Server() +local Server = Warp.Server ``` ## `.Client` @@ -20,7 +20,7 @@ Get the Client operation for client-side. ```lua -- Client -local Client = Warp.Client() +local Client = Warp.Client ``` ## `.Buffer` @@ -31,4 +31,4 @@ Get the Buffer util for schema definition. -- Universal (Server & Client) local Buffer = Warp.Buffer() local schema = Buffer.Schema -``` \ No newline at end of file +```