diff --git a/README.rst b/README.rst index 62433d9..3534a6a 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,8 @@ Python library for the PayPlug API This is the documentation of PayPlug's Python library. It is designed to help developers to use PayPlug as payment solution in a simple, yet robust way. +You can create a PayPlug account at http://payplug.com. + Prerequisites ------------- @@ -22,6 +24,10 @@ implementation that is not listed above, do not hesitate to let us known if it w update this prerequisites. To ensure **Python 2** and **Python 3** compatibility, this library also depends on **six>=1.4.0**. +Documentation +------------- +Please see https://www.payplug.com/docs/api for latest documentation. + Installation ------------