diff options
author | Jack Lloyd <[email protected]> | 2016-03-06 10:30:23 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-03-06 10:30:23 -0500 |
commit | 5a09a129e3a10153e3201e8c5df2c223c58b1c4a (patch) | |
tree | e2b122801fad4b85e6928ee67db0a7b53b33e40c | |
parent | 11d0515e23e63f23135607941f907ffc046364d2 (diff) | |
parent | 3fbbeab9c4570ccec359e85e923744d5149d9dfd (diff) |
Merge pull request #448 from shlomif/website-typos-correction
Correct a typo in the README/front-page.
-rw-r--r-- | readme.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst index 4d6f0bef7..b4d277421 100644 --- a/readme.rst +++ b/readme.rst @@ -42,7 +42,7 @@ for contact information and procedures. The `GitHub wiki <https://github.com/randombit/botan/wiki>`_ and `Doxygen docs <https://botan.randombit.net/doxygen>`_ -may also prove useful resources. +may also prove as useful resources. In addition to C++, botan has a C89 API specifically designed to be easy to call from other languages. A Python binding using ctypes is included, |