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
+```