Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Apr 29, 2023
1 parent 84fc46e commit dde124d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const peerId //returns peerId as string
bloxAddr: string, //leave empty for testing without a backend node
exchange: 'noop'|'', //add noop for testing without a backend
autoFlush: boolean, //Default to false. Always set to false unless you know what you are doing. explicitly write data to disk after each operation if set to true
useRelay: boolean //default to true. If true it forces the connection through relay
useRelay: boolean, //default to true. If true it forces the connection through relay
refresh: boolean //forces the fula object to be recreated. default is false
)
```

Expand Down

0 comments on commit dde124d

Please sign in to comment.