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

Change first letter of sentence to uppercase #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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