10000 Merge pull request #185 from cmpt376Kor/master · pythonthings/q@401634e · GitHub
[go: up one dir, main page]

Skip to content

Commit 401634e

Browse files
authored
Merge pull request harelba#185 from cmpt376Kor/master
Fixes some confusion in README.markdown
2 parents 6ae7386 + ebba4f8 commit 401634e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# q - Text as Data
44
q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).
55

6-
q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple encodings.
6+
q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and type detection, and q provides full support for multiple character encodings.
77

8-
q's web site is [http://harelba.github.io/q/](http://harelba.github.io/q/). It contains everything you need to download and use q in no time.
8+
q's web site is [http://harelba.github.io/q/](http://harelba.github.io/q/). It contains everything you need to download and use q immediately.
99

1010
## Installation.
1111
Extremely simple.

0 commit comments

Comments
 (0)
0