Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heartlog committed Nov 8, 2023
1 parent 0898e57 commit 8faefdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ PasteConnect is a Python library for interacting with Pastebin. It allows you to
[![Python](https://img.shields.io/pypi/pyversions/pasteconnect?style=flat-square&logo=python&label=PYTHON&color=blue)](https://pypi.org/project/pasteconnect/)

You can install PasteConnect using `pip`:
```shell
$ pip install pasteconnect
```diff
+$ pip install pasteconnect
```

Install from source repository
```shell
$ pip install git+https://github.com/heartlog/pasteconnect.git
```diff
+$ pip install git+https://github.com/heartlog/pasteconnect.git
```

## Getting Started
Expand Down

0 comments on commit 8faefdc

Please sign in to comment.