From 427ad61ecd24d4ab711c64534626577e3a6bf5a5 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Thu, 7 Nov 2024 10:53:01 -0500 Subject: [PATCH] Docs: Add link to shinylive assets blog post (#137) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b653159..d90900b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Shinylive is a new way to run Shiny entirely in the browser, without any need fo The Shinylive project consists of four interdependent components that work together in several different contexts. -1. Shinylive ([posit-dev/shinylive](https://github.com/posit-dev/shinylive)) is web assets library that runs Shiny applications in the browser. You can try it out online at [shinylive.io/r](https://shinylive.io/r) or [shinylive.io/py](https://shinylive.io/py). +1. Shinylive ([posit-dev/shinylive](https://github.com/posit-dev/shinylive)) is web assets library that runs Shiny applications in the browser. You can try it out online at [shinylive.io/r](https://shinylive.io/r) or [shinylive.io/py](https://shinylive.io/py). For a more in-depth exploration of the Shinylive web assets, please check out https://www.tidyverse.org/blog/2024/10/shinylive-0-8-0/. 2. The `{shinylive}` R package ([posit-dev/r-shinylive](https://github.com/posit-dev/r-shinylive)) helps you export your Shiny applications from local files to a directory that can be hosted on a static web server.