diff options
author | David Hook <dgh@cryptoworkshop.com> | 2019-06-15 10:57:54 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2019-06-15 10:57:54 +1000 |
commit | 64daf43609d9d6cbc578fb089253f62ab195e84d (patch) | |
tree | 278c7221fbdf904176e5e6f0a0cd0b3dc8daa434 | |
parent | update (diff) | |
download | BouncyCastle.NET-ed25519-64daf43609d9d6cbc578fb089253f62ab195e84d.tar.xz |
fixed typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index fce028823..1cdac08cf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For those who are interested, there are 2 mailing lists for participation in thi If you want to provide feedback directly to the members of **The Legion** then please use [feedback-crypto@bouncycastle.org](mailto:feedback-crypto@bouncycastle.org), if you want to help this project survive please consider [donating](https://www.bouncycastle.org/donate). -For bug reporting/requests you can report issues here on github, via feedback-crypto if required. We will accept pull requests based on this repository as well, but only on the basis that the any code included may be distributed under the [Bouncy Castle License](https://www.bouncycastle.org/licence.html). +For bug reporting/requests you can report issues here on github, via feedback-crypto if required. We will accept pull requests based on this repository as well, but only on the basis that any code included may be distributed under the [Bouncy Castle License](https://www.bouncycastle.org/licence.html). ## Finally |