diff options
-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, |