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

Commit

Permalink
Fix case and punctuation
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Yuval Langer <yuval.langer@gmail.com>
  • Loading branch information
yuvallanger committed Sep 3, 2017
1 parent 8ffd040 commit 96d2ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pinning/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 96d2ffc

Please sign in to comment.