Michelle Bu 12 éve
szülő
commit
ff51410c22
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/api.md

+ 1 - 1
docs/api.md

@@ -118,7 +118,7 @@ for no serialization. Default serialization format is `binary`.
 
 Accepts data of any JSON type or binary type.
 
-To configure which serialization format to use, specify `binary`, `json`, or `none` as the `serialization` property of the `options` object in `peer.connect`.
+To configure which serialization format to use, specify `binary`, `json`, or `none` as the `serialization` property of the `options` object in `peer.connect(...)`.
 
 Data is serialized using BinaryPack (`binary`) by default and then sent to the remote peer.