Skip to content

Commit aa1f79a

Browse files
committed
docs: Fix table formatting
1 parent 0c8d7d3 commit aa1f79a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ netsoc account login myusername
8383
Now that you're logged in, you should be able to use the CLI! To make sure
8484
everything is working, run:
8585

86-
```bash
86+
```
8787
$ netsoc account info
88-
╭────┬──────────┬───────────────────┬────────────┬───────────────────────╮
89-
│ ID │ USERNAME │ EMAIL │ NAME │ RENEWED │
90-
├────┼──────────┼───────────────────┼────────────┼───────────────────────┤
91-
1brobrodude@tcd.ie │ Bro Dude │ 2020-09-27 20:47:14 │
92-
╰────┴──────────┴───────────────────┴────────────┴───────────────────────╯
88+
╭────┬──────────┬─────────────────┬─────────────────┬─────────────────────╮
89+
│ ID │ USERNAME │ EMAIL │ NAME │ RENEWED │
90+
├────┼──────────┼─────────────────┼─────────────────┼─────────────────────┤
91+
3devosullj19@tcd.ie │ Jack O'Sullivan │ 2020-09-27 20:47:14 │
92+
╰────┴──────────┴─────────────────┴─────────────────┴─────────────────────╯
9393
$
9494
```
9595

0 commit comments

Comments
 (0)