Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -101,7 +101,7 @@ FAQ

**Why do you use base32 hashes for the multihash?! Why not base58? Why not hex? Something normal?**

Unforunately, the two obvious choices to be standard are technically impossible. A
Unfortunately, the two obvious choices to be standard are technically impossible. A
Base58 encoded string may contain both lower-case and upper-case characters, and
domain names MUST be lower-case. On the other side of standard-encodings, the hex encoding
would put a multihash in at 64 bytes, and SSL certificates have a hard-limit of 63 bytes
Expand All @@ -121,11 +121,11 @@ provide better directions and make it easier in the non-distant future.

**But I have to trust your CDN?**

Yes, that's true. We highly recommend you host your own instnace on a
Yes, that's true. We highly recommend you host your own instance on a
domain you own for production. See the answer to the previous question.

That said, if you currently use *ipfs.io* or *ipfs.infura.io*, you are
trusting their gateway, since the cntent is not being verified by the
trusting their gateway, since the content is not being verified by the
browser.

**Sub-sub-domains?**
Expand Down