From 7a1d648e79071850899be62c95b2d87f75bcddee Mon Sep 17 00:00:00 2001 From: Damien Tournoud Date: Mon, 15 Mar 2021 07:24:36 -0700 Subject: [PATCH] Trivial editing of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2579b6d6..556a7769 100644 --- a/README.md +++ b/README.md @@ -698,7 +698,7 @@ Y.applyUpdate(ydoc2, state1) This example shows how to sync two clients with the minimal amount of exchanged data by computing only the differences using the state vector of the remote client. Syncing clients using the state vector requires another roundtrip, but -can safe a lot of bandwidth. +can save a lot of bandwidth. ```js const stateVector1 = Y.encodeStateVector(ydoc1)