diff --git a/README b/README index 953fcdf..cfb8087 100644 --- a/README +++ b/README @@ -3,17 +3,17 @@ wolframalpha Python Client built against the `Wolfram|Alpha `_ v2.0 API. This project is hosted on `bitbucket -`_ +`_. Installation ============ This library is released to PyPI, so the easiest way to install it is to use -easy_install or pip:: +easy_install:: easy_install wolframalpha -or +or pip:: pip install wolframalpha