diff --git a/packages/encrypted-archive/README.md b/packages/encrypted-archive/README.md index 2917bc65b..11f0955ff 100644 --- a/packages/encrypted-archive/README.md +++ b/packages/encrypted-archive/README.md @@ -187,7 +187,6 @@ stream.pipeline( ```js const fs = require('fs'); -const stream = require('stream'); const { encryptIterator, decryptIterator } = require('@sounisi5011/encrypted-archive'); const password = '1234';