We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352f183 commit 8a65c27Copy full SHA for 8a65c27
1 file changed
README.md
@@ -12,14 +12,16 @@ A python wrapper for [PokéAPI](https://pokeapi.co). (former [pykemon](https://g
12
13
Maintainer: [Kronopt](https://github.com/Kronopt)
14
15
-# Installation
+## Installation
16
+
17
Nice and simple:
18
-```
19
+```sh
20
$ pip install pokepy
21
```
22
-# Usage
23
+## Usage
24
25
Even simpler:
26
27
```python
@@ -29,10 +31,11 @@ Even simpler:
29
31
<Pokemon - Kakuna>
30
32
33
-# Documentation
34
+## Documentation
35
36
For more information, check the documentation at https://pokeapi.github.io/pokepy
37
-# Features
38
+## Features
39
40
* Generate Python objects from PokéAPI resources
41
* Cache
0 commit comments