aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-09-02 16:12:35 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-09-02 16:12:35 +0200
commit9dd15131e1a5cd67f90574a9513940215a142661 (patch)
tree18b00648e61b827043fb60a3f4acf1cdfb6d9763
parentbba03f2f2ff16550853cbf573f4cbf30b0e0f641 (diff)
Update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c9491400..aefc9ed3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# OpenPGP API library
-The OpenPGP API provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads. This is done by connecting your client application to a remote service provided by OpenKeychain or other OpenPGP providers.
+The OpenPGP API provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads. This is done by connecting your client application to a remote service provided by [OpenKeychain](http://www.openkeychain.org) or other OpenPGP providers.
For usage instructions, please consult our Wiki page about the [OpenPGP API](https://github.com/open-keychain/open-keychain/wiki/OpenPGP-API).