Fix typo in README.md (#340)

`currenk` -> `current`
This commit is contained in:
EXEC 2022-02-20 22:12:06 +08:00 committed by GitHub
parent 91c51b20ad
commit 143cd510bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ Data could be transformed in two places along the pipeline:
`type ExtractFunc func(k []byte, v []byte, next ExtractNextFunc) error`
Transform on extraction function receives the currenk key and value from the
Transform on extraction function receives the current key and value from the
source bucket.
### Transform On Loading