Skip to content

Commit 4174582

Browse files
committed
Update README.md
1 parent 96c72b4 commit 4174582

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Full 7zip Console Commands.
144144
The `7z` and `7za` binary on your system is located in directory: ...\...\node-7z-archive\binaries\...
145145
```
146146

147-
> ____This package is a rewrite of [node-7z-forall](https://github.com/techno-express/node-7z-forall)____. The original author has removed the version it was a fork of [node-7z](https://github.com/quentinrossetti/node-7z). The author's current version has over `600` dependency tree without dev. This package dependency is `130` with dev.
147+
> ____This package is a rewrite of [node-7z-forall](https://github.com/techno-express/node-7z-forall)____. The original author has removed the version it was a fork of [node-7z](https://github.com/quentinrossetti/node-7z).
148148
149149
API
150150
---
@@ -154,7 +154,9 @@ API
154154
155155
> The type of the list of files can be either *String* or *Array*.
156156
157-
**import { SevenZip } from 'node-7z-archive';**
157+
**import SevenZip from 'node-7z-archive';**
158+
159+
**const { SevenZip } = require('node-7z-archive');**
158160

159161
*By method name:*
160162
**import { createArchive, deleteArchive, extractArchive, fullArchive, listArchive, renameArchive, testArchive, updateArchive } from 'node-7z-archive';**

0 commit comments

Comments
 (0)