We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7656698 commit 6c6bab6Copy full SHA for 6c6bab6
cli-table/README.md
@@ -9,11 +9,11 @@ Rust crate for printing tables on command line.
9
10
## Usage
11
12
-Add `cli-table` in your `Cargo.toms`'s `dependencies` section
+Add `cli-table` in your `Cargo.toml`'s `dependencies` section
13
14
```toml
15
[dependencies]
16
-cli-table = "0.4"
+cli-table = "0.5"
17
```
18
19
### Simple usage
cli-table/src/lib.rs
@@ -6,11 +6,11 @@
6
//!
7
//! # Usage
8
-//! Add `cli-table` in your `Cargo.toms`'s `dependencies` section
+//! Add `cli-table` in your `Cargo.toml`'s `dependencies` section
//! ```toml
//! [dependencies]
-//! cli-table = "0.4"
+//! cli-table = "0.5"
//! ```
//! ## Simple usage
0 commit comments