summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2018-09-21 16:31:01 +0200
committerGitHub <noreply@github.com>2018-09-21 16:31:01 +0200
commit029141636d41f850e0ecf9e63992cf97e64d86ed (patch)
tree0e5529944ba9e3bf206d1bb28c1e5a1c12b03c23 /README.md
parent18ffe509afb3009de667a8e287e6cfc8555c5c79 (diff)
parentdee6df4f336bc82247031f5576bb8d78eb773190 (diff)
Merge pull request #89 from phsym/refactor_mods
Refactored modules and reexports
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