diff --git a/docs/api/1.1/client.md b/docs/api/1.1/client.md index 8f42de2..27f8b5d 100644 --- a/docs/api/1.1/client.md +++ b/docs/api/1.1/client.md @@ -10,7 +10,11 @@ local Client = Warp.Client() ## `.awaitReady` -Yields the current thread until the client has successfully initialized and synchronized with the server's replication data (identifier). Its optionally, but highly recommended to call this before firing or connecting to any events to ensure the network is fully ready. +Yields the current thread until the client has successfully initialized and synchronized with the server's replication data (identifier). + +::: info +Its optionally, but highly recommended to call this before firing or connecting to any events to ensure the network is fully ready. +::: ::: code-group ```luau [Variable]