Skip to content

Commit 0ccbff2

Browse files
committed
Revert "update README.md (#41)"
This reverts commit 07b0b53.
1 parent f5f507f commit 0ccbff2

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
@@ -49,7 +49,7 @@ Payload = Byte stream as long as specified by the payload size
4949

5050
```go
5151
func main() {
52-
wal, _ := wal.Open()
52+
wal, _ := wal.Open(wal.DefaultOptions)
5353
// write some data
5454
chunkPosition, _ := wal.Write([]byte("some data 1"))
5555
// read by the position

0 commit comments

Comments
 (0)