docs: fix grammar in ratatui-widgets README (#1885)
Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<!-- cargo-rdme start -->
|
||||
|
||||
**ratatui-widgets** contains all the widgets that were previously part of the [Ratatui] crate.
|
||||
It is meant to be used in conjunction with `ratatui`, which provides the core functionality
|
||||
for building terminal user interfaces.
|
||||
It is meant to be used in conjunction with `ratatui`, which provides the core functionality for
|
||||
building terminal user interfaces.
|
||||
|
||||
[Ratatui]: https://crates.io/crates/ratatui
|
||||
|
||||
@@ -19,8 +19,8 @@ internally uses these widgets, or if you prefer finer grained dependencies, you
|
||||
depend on this crate rather than transitively through the `ratatui` crate.
|
||||
|
||||
Previously, a crate named `ratatui-widgets` was published with some formative ideas about an
|
||||
eventual Ratatui framework. That crate is now move to [tui-framework-experiment], pending a new
|
||||
name.
|
||||
eventual Ratatui framework. That crate has now moved to [tui-framework-experiment], pending a
|
||||
new name.
|
||||
|
||||
[tui-framework-experiment]: https://crates.io/crates/tui-framework-experiment
|
||||
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
)]
|
||||
#![warn(missing_docs)]
|
||||
//! **ratatui-widgets** contains all the widgets that were previously part of the [Ratatui] crate.
|
||||
//! It is meant to be used in conjunction with `ratatui`, which provides the core functionality
|
||||
//! for building terminal user interfaces.
|
||||
//! It is meant to be used in conjunction with `ratatui`, which provides the core functionality for
|
||||
//! building terminal user interfaces.
|
||||
//!
|
||||
//! [Ratatui]: https://crates.io/crates/ratatui
|
||||
//!
|
||||
@@ -19,8 +19,8 @@
|
||||
//! depend on this crate rather than transitively through the `ratatui` crate.
|
||||
//!
|
||||
//! Previously, a crate named `ratatui-widgets` was published with some formative ideas about an
|
||||
//! eventual Ratatui framework. That crate is now move to [tui-framework-experiment], pending a new
|
||||
//! name.
|
||||
//! eventual Ratatui framework. That crate has now moved to [tui-framework-experiment], pending a
|
||||
//! new name.
|
||||
//!
|
||||
//! [tui-framework-experiment]: https://crates.io/crates/tui-framework-experiment
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user