Skip to content

Commit

Permalink
add examples title in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Oct 10, 2018
1 parent 4f40cee commit 39a325a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ where part. implementing query based search engines was never that easy.

[ awesome image by [gophers...](https://github.com/egonelbre/gophers) ]

The TSL language grammar is similar to SQL syntax, for example:
The TSL language grammar is similar to SQL syntax.

##### Syntax examples

``` sql
name like '%joe%' and (city = 'paris' or city = 'milan')
```
Expand All @@ -33,7 +36,6 @@ memory.total - memory.cache > 2000 and cpu.usage > 50
```
![TSL](/img/example_d.png?raw=true "example tree")

##### Examples

For code examples see the cli tools in the [/cmd](/cmd) direcotry.

Expand Down

0 comments on commit 39a325a

Please sign in to comment.