Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Nov 11, 2023
1 parent c3bdd53 commit dc8708d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# 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

```bash
deno task test
```


0 comments on commit dc8708d

Please sign in to comment.