Skip to content

Commit

Permalink
Rename to 'tatoeba-karini' on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrdg committed Dec 24, 2017
1 parent dd3428c commit 4518ef2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tatoeba-query
# Tatoeba-karini

Open tatoeba.org from the command line.

Expand All @@ -9,13 +9,13 @@ Python 3.*
## Usage

```
python tatoeba-query [COMMAND] [from-language] [to-language] [term]
python tatoeba-karini [COMMAND] [from-language] [to-language] [term]
```

Look for sentences in french containing the french word equivalent to the english word 'water':

```
python tatoeba-query b eng fra water
python tatoeba-karini b eng fra water
```

The only command implemented so far is `b` ("b" = "browser") to open the browser in a new
Expand All @@ -33,14 +33,14 @@ tab (if possible).

All the creative content is licensed by [Tatoeba.org](https://tatoeba.org)under CC-BY 2.0.

Tatoeba-query is a _personal_ project, which aims to provide a faster way to
Tatoeba-karini is a _personal_ project, which aims to provide a faster way to
check the amazing resource of Tatoeba.org from the command line. I'm working on
it **as** and **while** learning to program independently. By no means it should
be used for something serious.

## Issues, bugs, contributions

If you have any problem while using Tatoeba-query, **please**:
If you have any problem while using Tatoeba-karini, **please**:

- do **not** bother the Tatoeba's team. They are already doing an amazing work
out there. (:
Expand Down

0 comments on commit 4518ef2

Please sign in to comment.