Skip to content

Commit 6bfc6b3

Browse files
authored
Fix typo in README
1 parent 382e664 commit 6bfc6b3

File tree

1 file changed

+2
-2
lines changed
  • Community-Supported/list-hyper-contents

1 file changed

+2
-2
lines changed

Community-Supported/list-hyper-contents/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
![Community Supported](https://img.shields.io/badge/Support%20Level-Community%20Supported-53bd92.svg)
44

5-
This little utility script lists the schemas, tables and columns inside a Hyper file, thereby providing you a simple first peak into a Hyper file before actually opening it, e.g., with Tableau.
5+
This little utility script lists the schemas, tables and columns inside a Hyper file, thereby providing you a first quick peak into a Hyper file before actually opening it, e.g., with Tableau.
66

77
This sample can serve as a starting point for anyone who wants to, e.g., programmatically enumerate all data contained inside a `.hyper` file.
88

9-
But already on its own, it can be a pretty useful command line utility if you just need to knwo the table names/column names to write your own SQL queries.
9+
But already on its own, it can be a pretty useful command line utility if you just need to know the table names/column names to write your own SQL queries.
1010

1111
# Get started
1212

0 commit comments

Comments
 (0)