Skip to content

Commit

Permalink
fix: code in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
anirbanshaw24 committed Sep 11, 2023
1 parent 2860ac1 commit 42b8246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

- Added a new API that is compatible with Rhino
- `router_ui` and `router_server` replaced `make_router`
- `router_ui` should be applied inside the UI function (not outside, like `make_router`) and thanks to that, can utilize ns if used in a Rhino app
- `router_server` adds all required server components (mostly observeEvents) to the server part of the application
- `router_ui` should be applied inside the UI function (not outside, like `make_router`) and thanks to that, can utilize `ns()` if used in a Rhino app
- `router_server` adds all required server components (mostly `observeEvents`) to the server part of the application
- Marked `make_router` as deprecated, it is not removed

# shiny.router 0.2.3
Expand Down

0 comments on commit 42b8246

Please sign in to comment.