Skip to content

Commit 262c223

Browse files
author
ronserruya
committed
Change pacakge name
1 parent cb680c4 commit 262c223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Check out this recorded example:
1515

1616
## Installation
1717
```shell
18-
pip install --user tbl
18+
pip install --user clitbl
1919
```
2020

2121
## Usage options
@@ -58,4 +58,4 @@ it cannot wrap text in the headers, which may lead to disfigured output
5858
:exclamation: This is not the use case for tbl anyway, but dont try to print huge tables (several GBs),
5959
as tbl (and rapidtable) read the entire table to memory before printing
6060

61-
\* Example csv were downloaded from [here](https://people.sc.fsu.edu/~jburkardt/data/csv/csv.html)
61+
\* Example csv were downloaded from [here](https://people.sc.fsu.edu/~jburkardt/data/csv/csv.html)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(
7-
name='tbl',
7+
name='clitbl',
88
version='0.0.1',
99
author="Ron Serruya",
1010
author_email="[email protected]",

0 commit comments

Comments
 (0)