Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix errors in the example code in README.md (#1306)
* Fix errors in the example code There are two small errors in the example that cause compile errors: - `.stream` instead of `.stream()` - `data.getBytes` instead of `plaintext.getBytes` * fix: example code in README Co-authored-by: Andreas Marek <andimarek@fastmail.fm>
- Loading branch information