diff --git a/README.md b/README.md index a48fce9..526d8d4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ This is the Python version of the [Form Javascript SDK](https://github.com/openg Note that this library is still in beta. +Not using Python? Check out our sister SDKs: +- [formsg-javascript-sdk](https://github.com/opengovsg/formsg-javascript-sdk) +- [formsg-ruby-sdk](https://github.com/opengovsg/formsg-ruby-sdk) + ## Requirements Python 3.6+ ## Quickstart @@ -92,4 +96,4 @@ If the decrypted content is the correct shape, then: decrypted the verified content will be called, and the result set as the value of `verified` key. There is no shape validation for the decrypted verified content. **If the verification fails, `None` is returned, even if - `decryptParams.encryptedContent` was successfully decrypted.** \ No newline at end of file + `decryptParams.encryptedContent` was successfully decrypted.**