summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmpt376Kor <45115872+cmpt376Kor@users.noreply.github.com>2018-11-17 18:24:32 -0800
committerGitHub <noreply@github.com>2018-11-17 18:24:32 -0800
commitebba4f8bb34a6f550d51a2960b96b35fe9cafada (patch)
tree452b5a7d7cba7fcf92ca28f671275711f5c8db89
parent6ae738630a02d4e371621656f2e558deadea9bb2 (diff)
Fixes some confusion in README.markdown
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 8106c9f..85863af 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,9 +3,9 @@
# q - Text as Data
q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).
-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.
+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.
-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.
+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.
## Installation.
Extremely simple.