Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 85b2601

Browse files
committed
Change first letter of sentence to uppercase
License: MIT Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
1 parent 8ffd040 commit 85b2601

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/pinning/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ipfs pin ls --type=all
2222
As you may have noticed, the first `ipfs pin rm` command didnt work, it should
2323
have warned you that the given hash was "pinned recursively". There are three
2424
types 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
2626
its children, and indirect pins, which are the result of a given blocks parent
2727
being pinned recursively.
2828

webapps/example-viewer/home/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ files into a directory. There are a couple of specially-named files that this
4646
viewer 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

5252
That's it! Endeavor to add any other files you need into the directory,
5353
instead of making any external links. The idea is that an example should be

0 commit comments

Comments
 (0)