From 85b2601709b24e996295f7356c96ff61e8be6d19 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Sat, 25 Jun 2016 21:57:15 +0300 Subject: [PATCH] Change first letter of sentence to uppercase License: MIT Signed-off-by: Yuval Langer --- examples/pinning/readme.md | 2 +- webapps/example-viewer/home/readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pinning/readme.md b/examples/pinning/readme.md index 1d32b1c..036c223 100644 --- a/examples/pinning/readme.md +++ b/examples/pinning/readme.md @@ -22,7 +22,7 @@ ipfs pin ls --type=all As you may have noticed, the first `ipfs pin rm` command didnt work, it should have warned you that the given hash was "pinned recursively". There are three types of pins in the ipfs world; direct pins, which pin just a single block, and -no others in relation to it. recursive pins, which pin a given block and all of +no others in relation to it. Recursive pins, which pin a given block and all of its children, and indirect pins, which are the result of a given blocks parent being pinned recursively. diff --git a/webapps/example-viewer/home/readme.md b/webapps/example-viewer/home/readme.md index 1d4638f..d3281a5 100644 --- a/webapps/example-viewer/home/readme.md +++ b/webapps/example-viewer/home/readme.md @@ -46,8 +46,8 @@ files into a directory. There are a couple of specially-named files that this viewer will treat differently: - `readme.md` this is the bulk of your example, in markdown. -- `thumbnail.png` this is the thumbnail image. it can also be thumbnail.jpg, - or thumbnail.gif. the precedence is: `png -> jpg -> gif` +- `thumbnail.png` this is the thumbnail image. It can also be thumbnail.jpg, + or thumbnail.gif. The precedence is: `png -> jpg -> gif` That's it! Endeavor to add any other files you need into the directory, instead of making any external links. The idea is that an example should be