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