Skip to content

Commit

Permalink
Merge pull request #33 from Cian911/ciang/fix-readme
Browse files Browse the repository at this point in the history
DOCS: Fix typo in readme related to extracting contents of archive.
  • Loading branch information
gen2brain committed Aug 12, 2022
2 parents 640db1b + 368906c commit f7c71c5
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 @@ -134,7 +134,7 @@ for {
#### Extract contents of archive to destination path

```go
err := a.Extract("/tmp/path")
_, err := a.Extract("/tmp/path")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit f7c71c5

Please sign in to comment.