diff --git a/pkg-r/DESCRIPTION b/pkg-r/DESCRIPTION
index 0c1220e..4fa86c8 100644
--- a/pkg-r/DESCRIPTION
+++ b/pkg-r/DESCRIPTION
@@ -1,5 +1,5 @@
Package: shinyreact
-Title: 'Shiny' UI Infrastructure for Client-Side 'React' Rendering
+Title: Client-Side 'React' Interface for 'Shiny'
Version: 0.1.0
Authors@R: c(
person("Barret", "Schloerke", , "barret@posit.co", role = c("cre", "aut"),
@@ -16,12 +16,12 @@ Authors@R: c(
comment = "'React' and 'ReactDOM', bundled in inst/lib/shiny/shinyreact.js")
)
Description: Server-side plumbing for the 'ui.tsx' pattern in 'Shiny': the
- user interface (UI) is defined in a client 'React'
- () bundle, and the 'Shiny' server contains only
- reactive computation. Provides page builders that discover and serve
- the client bundle, a renderer that publishes any JSON-serializable
- value to the client, and custom messages to 'React' components. Ships
- no UI components, so the app author owns the whole front end. The
+ user interface is defined in a client 'React' ()
+ bundle, and the 'Shiny' server contains only reactive computation.
+ Provides page builders that discover and serve the client bundle, a
+ render function that publishes any JSON-serializable value to the
+ client, and custom messages to 'React' components. Ships no user
+ interface components, so the app author owns the whole front end. The
'React' runtime and the client hooks are bundled, so no JavaScript
build step is required to get started.
License: MIT + file LICENSE
diff --git a/pkg-r/man/shinyreact-package.Rd b/pkg-r/man/shinyreact-package.Rd
index b1e3b7f..9b7365f 100644
--- a/pkg-r/man/shinyreact-package.Rd
+++ b/pkg-r/man/shinyreact-package.Rd
@@ -4,11 +4,11 @@
\name{shinyreact-package}
\alias{shinyreact}
\alias{shinyreact-package}
-\title{shinyreact: 'Shiny' UI Infrastructure for Client-Side 'React' Rendering}
+\title{shinyreact: Client-Side 'React' Interface for 'Shiny'}
\description{
\if{html}{\figure{logo.svg}{options: style='float: right' alt='logo' width='120'}}
-Server-side plumbing for the 'ui.tsx' pattern in 'Shiny': the user interface (UI) is defined in a client 'React' (\url{https://react.dev/}) bundle, and the 'Shiny' server contains only reactive computation. Provides page builders that discover and serve the client bundle, a renderer that publishes any JSON-serializable value to the client, and custom messages to 'React' components. Ships no UI components, so the app author owns the whole front end. The 'React' runtime and the client hooks are bundled, so no JavaScript build step is required to get started.
+Server-side plumbing for the 'ui.tsx' pattern in 'Shiny': the user interface is defined in a client 'React' (\url{https://react.dev/}) bundle, and the 'Shiny' server contains only reactive computation. Provides page builders that discover and serve the client bundle, a render function that publishes any JSON-serializable value to the client, and custom messages to 'React' components. Ships no user interface components, so the app author owns the whole front end. The 'React' runtime and the client hooks are bundled, so no JavaScript build step is required to get started.
}
\seealso{
Useful links: