Update README

This commit is contained in:
Dominik Schürmann 2014-09-02 16:11:46 +02:00
parent 3bcf7266c3
commit bba03f2f2f
1 changed files with 1 additions and 1 deletions

View File

@ -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).