From 59b0c9c9bc80f2df5c67352e43ef143d8f4780f2 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 27 Jul 2018 14:20:01 +0200 Subject: [PATCH] Remove title --- docs/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 59c03513..bb6aff82 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,3 @@ -# PGPainless - Simple to use OpenPGP library for Java and Android - PGPainless is a wrapper around [Bouncycastle](https://www.bouncycastle.org/), which provides an easy to use, intuitive, but also powerful API for OpenPGP. Its main functionality is encrypting, signing, decrypting and verifying data, as well as generating encryption keys. Note, that the project is still in alpha phase. @@ -52,4 +50,4 @@ Contributions are always welcome :) The project is developed in the following pl Pull requests are accepted on either of them. ### Bug Reports -PGPainless is in a *very* early state of development and the likelihood of bugs is quite high. If you encounter a bug, please make sure to check, whether the bug has already been reported either [here](https://github.com/pgpainless/pgpainless/issues), or [here](https://teahub.io/PGPainless/pgpainless/issues), in order to avoid duplicate bug reports. \ No newline at end of file +PGPainless is in a *very* early state of development and the likelihood of bugs is quite high. If you encounter a bug, please make sure to check, whether the bug has already been reported either [here](https://github.com/pgpainless/pgpainless/issues), or [here](https://teahub.io/PGPainless/pgpainless/issues), in order to avoid duplicate bug reports.