Skip to content

Commit

Permalink
update README.md (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosx authored Jun 24, 2024
1 parent 509b76a commit 07b0b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Payload = Byte stream as long as specified by the payload size

```go
func main() {
wal, _ := wal.Open(wal.DefaultOptions)
wal, _ := wal.Open()
// write some data
chunkPosition, _ := wal.Write([]byte("some data 1"))
// read by the position
Expand Down

0 comments on commit 07b0b53

Please sign in to comment.