Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 47e75cf

Browse files
authored
Update README.md
1 parent 09abcad commit 47e75cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Compress and Encrypt files and streams before saving them to the final Flysystem
1313

1414
Use composer to install these available packages:
1515

16-
| Package name | Stream filter type | `SlamFlysystem\` adatper class |
16+
| Package name | Stream filter type | Adatper class |
1717
|---|---|---|
18-
|`slam/flysystem-v1encrypt-proxy`|[`XChaCha20-Poly1305`](https://www.php.net/manual/en/function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php) Encryption|`V1Encrypt\V1EncryptProxyAdapter`|
19-
|`slam/flysystem-gzip-proxy`|[`Gzip`](https://datatracker.ietf.org/doc/html/rfc1952) compression|`Gzip\GzipProxyAdapter`|
18+
|`slam/flysystem-v1encrypt-proxy`|[`XChaCha20-Poly1305`](https://www.php.net/manual/en/function.sodium-crypto-secretstream-xchacha20poly1305-init-push.php) encryption|`V1EncryptProxyAdapter`|
19+
|`slam/flysystem-gzip-proxy`|[`Gzip`](https://datatracker.ietf.org/doc/html/rfc1952) compression|`GzipProxyAdapter`|
2020

2121
## Usage
2222

@@ -69,7 +69,7 @@ No name and no configurations are intentional: [cipher agility is bad](https://p
6969

7070
The first time you use an encryption stream, you should use only the latest one.
7171
If you are already using an encryption stream and a new version is released,
72-
you are invited to plan the re-encrypt all your assets with the new version.
72+
you are invited to re-encrypt all your assets with the new version.
7373

7474
## Caveats
7575

0 commit comments

Comments
 (0)