aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-09-02 16:11:46 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-09-02 16:11:46 +0200
commitbba03f2f2ff16550853cbf573f4cbf30b0e0f641 (patch)
treea47c206c52a97e6e99ac026e92d0163009ff86ba /README.md
parent3bcf7266c3944c5aad417ae339eaf4420783877d (diff)
downloadopenpgp-api-bba03f2f2ff16550853cbf573f4cbf30b0e0f641.tar.gz
openpgp-api-bba03f2f2ff16550853cbf573f4cbf30b0e0f641.tar.bz2
openpgp-api-bba03f2f2ff16550853cbf573f4cbf30b0e0f641.zip
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac54aa2..c949140 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# OpenPGP API library
-The OpenPGP API provides methods to do common 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 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).