summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2018-11-20 13:04:56 +0200
committerGitHub <noreply@github.com>2018-11-20 13:04:56 +0200
commit401634e466d6b33ea7f79d0a6b1b7c06d0bb3da0 (patch)
tree452b5a7d7cba7fcf92ca28f671275711f5c8db89
parent6ae738630a02d4e371621656f2e558deadea9bb2 (diff)
parentebba4f8bb34a6f550d51a2960b96b35fe9cafada (diff)
Merge pull request #185 from cmpt376Kor/master
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.