Skip to content
Snippets Groups Projects
Commit fe028d73 authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

readme updated

parent 3c7f56f6
Branches
1 merge request!11Develop
Pipeline #16142 passed with stages
in 51 seconds
......@@ -6,7 +6,7 @@ PLWN API is a library for accessing the plWordNet lexicon in a Python program.
Setup
=====
To use the api one has to download a default data dump. To setup the api you have to `download` command from plwn library.
To use the api one has to download a default data dump. To setup the api you have to execute `download` command from plwn library.
```python
import plwn
......@@ -21,7 +21,7 @@ Usage
=====
Access is provided using a PLWordNet object, with data loaded from the database
dump. To get thethe database dump use the `download` method (see ,,Setup'' section).
dump. To get the database dump use the `download` method (see ,,Setup'' section).
```python
import plwn
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment