From 96d2ffc54d6796d0d36f5cbce39fbc8061475b4a Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Sat, 25 Jun 2016 21:57:15 +0300 Subject: [PATCH] Fix case and punctuation License: MIT Signed-off-by: Yuval Langer --- examples/pinning/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pinning/readme.md b/examples/pinning/readme.md index 1d32b1c..7c5b0e1 100644 --- a/examples/pinning/readme.md +++ b/examples/pinning/readme.md @@ -21,8 +21,8 @@ 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 +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 its children, and indirect pins, which are the result of a given blocks parent being pinned recursively.