You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments