Skip to content

Commit ab15ae8

Browse files
committed
improve docs
1 parent e6a000f commit ab15ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Returns an encoded `std::String` (at optionally specified start and end).
7676
7777
| Type | Parameter | Default Value | Optional | Description |
7878
| ----------- | ----------- | ------------- | -------- | ---------------------------------------------------------------- |
79-
| std::string | target | | No | A Buffer to copy into. |
79+
| std::string | encoding | | No | Encoding, currently supports either "base64" or "hex". |
8080
| size_t | start | 0 | Yes | The offset within buf from which to begin the slice. |
8181
| size_t | end | buf.length() | Yes | The offset within buf at which to stop the slice. |
8282

0 commit comments

Comments
 (0)