From 0715b94c11986dfabe890db08828332f28569922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Pestana?= Date: Thu, 10 Jan 2019 09:26:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c531d..8a4773e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The user interface with the expected getters and setters will sit between the user and document interface and it will be defined an worked on later. **The user interface is not developed yet, but you can use the document -interface which is a lower level API.** Check the end to [end tests](./e2e) to +interface which is a lower level API.** Check the [end to end tests](./e2e) to see how to use the lower level API to manipulate and sync JSON CRDT documents. Check the [internal specifications](./SPECS.md) if you are interested in