Skip to content

Commit 407dfc9

Browse files
committed
Add link to live app in README
1 parent 8b561ae commit 407dfc9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

editbl/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ remotes::install_github("https://github.com/openanalytics/editbl", ref = "main",
2424

2525
## Get started
2626

27-
Choose a dataset of your liking and use `eDT` to interactively explore and modify it!
27+
You can play around with a [live demo](https://openanalytics.github.io/editbl/).
28+
29+
Alternatively, choose your own dataset and use `eDT` to interactively explore and modify it:
2830

2931
```
3032
modifiedData <- editbl::eDT(mtcars)
3133
print(modifiedData)
3234
```
3335

3436

35-
Run some demo apps
37+
The package itself also includes demo apps:
3638

3739
```
3840
editbl::runDemoApp()

0 commit comments

Comments
 (0)