Skip to content

Commit

Permalink
Revert "update README.md (#41)"
Browse files Browse the repository at this point in the history
This reverts commit 07b0b53.
  • Loading branch information
roseduan committed Jul 4, 2024
1 parent f5f507f commit 0ccbff2
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, _ := wal.Open(wal.DefaultOptions)
// write some data
chunkPosition, _ := wal.Write([]byte("some data 1"))
// read by the position
Expand Down

0 comments on commit 0ccbff2

Please sign in to comment.