Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

fix: typo mailchian <> mailchain in README #120

Merged
merged 2 commits into from
Nov 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Key | Value
currentNetwork: | The current selected network (e.g. `ropsten`, `mainnet`)
currentAccount: | The current selected account for this network
currentProtocol: | The current selected blockchain protocol
currentWebProtocol: | The current selected web protocol (e.g. `https` or `http`) for contacting the mailchian application
currentPort: | The current selected port (e.g. `8080`) for contacting the mailchian application
currentHost: | The current selected host (e.g. `127.0.0.1`, `localhost`, etc.) for contacting the mailchian application
currentWebProtocol: | The current selected web protocol (e.g. `https` or `http`) for contacting the mailchain application
currentPort: | The current selected port (e.g. `8080`) for contacting the mailchain application
currentHost: | The current selected host (e.g. `127.0.0.1`, `localhost`, etc.) for contacting the mailchain application

### Message Storage
The Mailchain web application does not store message contents.
Expand Down