From b976807ba673f649973fc496b2b0d7c36a6c5ac3 Mon Sep 17 00:00:00 2001 From: Jan Rude Date: Sun, 24 Aug 2014 13:32:41 +0200 Subject: [PATCH] fixed package requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad7eb7b..9cf0aef 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ On Debian/Ubuntu you can install it with apt-get: You might need to install following packages: -*[Colorama](https://pypi.python.org/pypi/colorama) -*[Requests](https://pypi.python.org/pypi/requests/2.3.0) +* [Colorama](https://pypi.python.org/pypi/colorama) +* [Requests](https://pypi.python.org/pypi/requests/2.3.0) Usage ----