Skip to content

Commit daa537a

Browse files
authored
Update archiver documentation with usage example
1 parent ce3ed6e commit daa537a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/zh-hans/plugins/library/archiver.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
例如:
55

66
**Usage**
7+
8+
```lua
79
local archiver = require("vfox.archiver")
810
local err = archiver.decompress("testdata/test.zip", "testdata/test")
911
```

0 commit comments

Comments
 (0)