@libp2p/plaintext 2.0.22-185b23eac → 2.0.22-32627c876

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,9 +24,10 @@ repo and examine the changes made.
24
24
 
25
25
  -->
26
26
 
27
- A connection encrypter that does no connection encryption.
27
+ A connection encrypter that does no connection encryption and trusts the
28
+ remote peer to provide the correct PeerId.
28
29
 
29
- This should not be used in production should be used for research purposes only.
30
+ This should not be used in production and is for research purposes only.
30
31
 
31
32
  ## Example
32
33