Skip to content

Commit e8899d9

Browse files
committed
docs: minor improvements to platform support matrix
1 parent 1b828ed commit e8899d9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ For Android, it's ready to go.
4242
import it into your code
4343

4444
```js
45-
import {
46-
zip,
45+
import {
46+
zip,
4747
zipWithPassword,
48-
unzip,
48+
unzip,
4949
unzipWithPassword,
50-
unzipAssets,
50+
unzipAssets,
5151
subscribe,
5252
isPasswordProtected,
5353
getUncompressedSize,
@@ -88,7 +88,7 @@ import { MainBundlePath, DocumentDirectoryPath } from 'react-native-fs'
8888

8989
#### Encryption
9090
- **Android**: AES-128, AES-256, and Standard ZIP encryption for all operations
91-
- **iOS**:
91+
- **iOS**:
9292
- Folder operations: AES and Standard encryption supported
9393
- File array operations: Only Standard encryption (AES not supported)
9494
- Note: Both AES-128 and AES-256 use AES-256 on iOS

0 commit comments

Comments
 (0)