Skip to content

Commit 4dbd8a0

Browse files
committed
Update links
1 parent 404daf0 commit 4dbd8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ npm run watch
4747

4848
The [examples/1-hello-world/](examples/1-hello-world/) directory contains a simple example demonstrating basic Shiny-React usage with both R and Python Shiny applications. The Shiny back end simply capitalizes the input value and sends it back to the front end.
4949

50-
**[Run in Shinylive: R](https://wch.github.io/shiny-react/1-hello-world-r.html) | [Python](https://wch.github.io/shiny-react/1-hello-world-python.html)**
50+
**View app in Shinylive: [R](https://wch.github.io/shiny-react/1-hello-world-r.html) | [Python](https://wch.github.io/shiny-react/1-hello-world-python.html)**
5151

5252
![Hello World Example](docs/1-hello-world.jpeg)
5353

5454
### Input Component Examples
5555

5656
The [examples/2-inputs/](examples/2-inputs/) directory showcases various input components and their integration with Shiny. This comprehensive example demonstrates:
5757

58-
**[Run in Shinylive: R](https://wch.github.io/shiny-react/2-inputs-r.html) | [Python](https://wch.github.io/shiny-react/2-inputs-python.html)**
58+
**View app in Shinylive: [R](https://wch.github.io/shiny-react/2-inputs-r.html) | [Python](https://wch.github.io/shiny-react/2-inputs-python.html)**
5959

6060
- **Text Input** - Basic text input with server-side transformation
6161
- **Number Input** - Numeric input with range constraints

0 commit comments

Comments
 (0)