aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2019-10-02 15:49:05 -0700
committerCody Logan <clpo13@gmail.com>2019-10-02 15:49:05 -0700
commitb4dbe9a836ba6cf8f7df9688cf9529ccb217089c (patch)
tree0c02df43877e092605d1c64aef6dbe0031d43ef2 /README.md
parentc96247f3613546b64fa6e9b02fe4cf406d7d7112 (diff)
downloadwikiget-0.2.1.tar.gz
wikiget-0.2.1.zip
Shorten the repository namev0.2.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 51afc9e..5335811 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# wikiget
-[![Build Status](https://travis-ci.org/clpo13/python-wikiget.svg?branch=master)](https://travis-ci.org/clpo13/python-wikiget)
+[![Build Status](https://travis-ci.org/clpo13/wikiget.svg?branch=master)](https://travis-ci.org/clpo13/wikiget)
[![PyPI version](https://badge.fury.io/py/wikiget.svg)](https://badge.fury.io/py/wikiget)
Something like wget for downloading a file from MediaWiki sites (like Wikipedia
@@ -59,8 +59,8 @@ like venv or [virtualenv](https://virtualenv.pypa.io/en/latest/)) to
install dependencies:
```bash
-git clone https://github.com/clpo13/python-wikiget.git
-cd python-wikiget
+git clone https://github.com/clpo13/wikiget.git # if you plan on submitting pull requests, fork the repo instead
+cd wikiget
# Python 2 or 3
pip install --user virtualenv