diff --git a/README.md b/README.md index 3ce85ed..17cee89 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Use [`io.NewSectionReader`](https://pkg.go.dev/io#NewSectionReader) to wrap [`io f, _ := os.Open("a.qcow2") defer f.Close() img, _ := qcow2reader.Open(f) -r, _ := io.NewSectionReader(img, 0, img.Size())) +r := io.NewSectionReader(img, 0, img.Size())) ``` The following features are not supported yet: