From dc8708d08e10248a6c3a3a6f00b20fda4ef3f2f0 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Sat, 11 Nov 2023 12:53:56 +0800 Subject: [PATCH] docs: update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8134345..83725e6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# Loro Examples in Deno +# Loro Examples This repo contains examples of how to use [Loro](https://loro.dev). -All the examples are under the `examples/` directory +This repo uses deno because it's easier and faster to setup. + +All the examples are tests in this folder. + +- [01_basic.test.ts](./01_basic.test.ts) +- [02_text.test.ts](./02_text.test.ts) ## Running the examples @@ -10,3 +15,4 @@ All the examples are under the `examples/` directory deno task test ``` +