Skip to content

Commit 5e6d4f6

Browse files
committed
README
1 parent 471656b commit 5e6d4f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# pushbullet-python
22
#### A Python wrapper around the Pushbullet API to send different types of push notifications to your phone or/and computer.
33

4-
## Use
5-
### Installation
4+
## Installation
65
```commandline
76
pip3 install pushbullet-python
87
```
98
Required Packages:
109
- [requests](https://requests.readthedocs.io/en/master/)
1110
- requests.structures.CaseInsensitiveDict
1211

13-
### Usage Example
12+
## Usage Example
1413
```python
1514
import os
1615
from pushbullet_python import API

0 commit comments

Comments
 (0)