Skip to content

Commit 1cf3233

Browse files
committed
Minor fixes
1 parent 7139ccf commit 1cf3233

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ pip install git+https://github.com/Galarzaa90/tibia.py.git -U
3131
```
3232

3333
## Usage
34-
In order to use this library, you need to use an external library (`requests`, `aiohttp`) to fetch content from the website.
34+
This library is composed of two parts, parsers and an asynchronous request client.
35+
36+
The asynchronous client (`tibiapy.Client`) contains methods to obtain information from Tibia.com.
37+
38+
The parsing methods allow you to get Python objects given the html content of a page.
3539

3640
```python
3741
import tibiapy

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ This allows you to use any networking module to obtain the data, and use the lib
5959
return character
6060
6161
62-
Suported Sections
63-
=================
62+
Supported Sections
63+
==================
6464

6565
+---------------------------+---------------------------------------+--------------------------------------+
6666
| Section | Parsing | Fetching |

0 commit comments

Comments
 (0)