From 8faefdca3395384878e4fee009e078e09626a95a Mon Sep 17 00:00:00 2001 From: Maday <76758776+heartlog@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:03:03 +0530 Subject: [PATCH] update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68f32d9..2523a45 100644 --- a/README.md +++ b/README.md @@ -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