summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-09-21 15:32:59 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-09-21 15:32:59 +0200
commitdee6df4f336bc82247031f5576bb8d78eb773190 (patch)
tree0e5529944ba9e3bf206d1bb28c1e5a1c12b03c23 /README.md
parenta1440b5dbb6db5ff6dcdd5a6e4eb27fd5d44ab87 (diff)
cell and row mods become private. Row and Cell are reexported in crate's root
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index af660a4..28404a2 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,7 @@ Start using it like this:
```rust
#[macro_use] extern crate prettytable;
-use prettytable::Table;
-use prettytable::row::Row;
-use prettytable::cell::Cell;
+use prettytable::{Table, Row, Cell};
fn main() {
// Create the table