From d9ea75ddc029975e6374372b3f26e5d6b5618230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zcan=20O=C4=9Fuz?= Date: Mon, 24 Aug 2020 14:59:58 +0300 Subject: [PATCH] Typo fix --- README.md | 4 ++-- pfxposter/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84f5d20..6902917 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ In order to post PixelFed entries to Twitter, you will need a Mastodon-Twitter c ## Installation ``` -python3 -m pip instal pfxposter +python3 -m pip install pfxposter ``` -Use of virtual enviroments is strongly recommended, requests package may override your OS vendored version. +Using virtual enviroment is strongly recommended, for the reason that the requests library of the distro vendor may be overrided after the installation. ## Usage diff --git a/pfxposter/__init__.py b/pfxposter/__init__.py index ea311cc..c7f62d2 100644 --- a/pfxposter/__init__.py +++ b/pfxposter/__init__.py @@ -1,3 +1,3 @@ from .poster import * -__version__ = '0.1.2' +__version__ = '0.1.4'