Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Feb 23, 2019
1 parent 53911d6 commit c0dfedd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ There is no complex logic, even query parsing functions are very simple. If some
You can also use two standalone RBQL Apps: with JavaScript and Python backends

#### rbql-js
Installation: `$ npm i rbql`
Usage: `$ rbql-js --query "select a1, a2 order by a1" < input.tsv`
Installation: `$ npm i rbql`
Usage: `$ rbql-js --query "select a1, a2 order by a1" < input.tsv`

#### rbql-py
Installation: `$ pip install rbql`
Usage: `$ rbql-py --query "select a1, a2 order by a1" < input.tsv`
Installation: `$ pip install rbql`
Usage: `$ rbql-py --query "select a1, a2 order by a1" < input.tsv`

0 comments on commit c0dfedd

Please sign in to comment.