This repository was archived by the owner on Aug 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
webapps/example-viewer/home Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ipfs pin ls --type=all
2222As you may have noticed, the first ` ipfs pin rm ` command didnt work, it should
2323have warned you that the given hash was "pinned recursively". There are three
2424types of pins in the ipfs world; direct pins, which pin just a single block, and
25- no others in relation to it. recursive pins, which pin a given block and all of
25+ no others in relation to it. Recursive pins, which pin a given block and all of
2626its children, and indirect pins, which are the result of a given blocks parent
2727being pinned recursively.
2828
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ files into a directory. There are a couple of specially-named files that this
4646viewer will treat differently:
4747
4848- ` readme.md ` this is the bulk of your example, in markdown.
49- - ` thumbnail.png ` this is the thumbnail image. it can also be thumbnail.jpg,
50- or thumbnail.gif. the precedence is: ` png -> jpg -> gif `
49+ - ` thumbnail.png ` this is the thumbnail image. It can also be thumbnail.jpg,
50+ or thumbnail.gif. The precedence is: ` png -> jpg -> gif `
5151
5252That's it! Endeavor to add any other files you need into the directory,
5353instead of making any external links. The idea is that an example should be
You can’t perform that action at this time.
0 commit comments