Skip to content

Commit 0c3f803

Browse files
djdvdaviddias
authored andcommitted
Update README.md (#204)
Fixed a typo "in in", and made "IPFS" capitalization consistent.
1 parent 66f5890 commit 0c3f803

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

repo/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ swappable implementations.
2020
## Definition
2121

2222
A `repo` is the storage repository of an IPFS node. It is the subsystem that
23-
actually stores the data ipfs nodes use. All IPFS objects are stored in
23+
actually stores the data IPFS nodes use. All IPFS objects are stored
2424
in a repo (similar to git).
2525

2626
There are many possible repo implementations, depending on the storage media
27-
used. Most commonly, ipfs nodes use an [fs-repo](fs-repo).
27+
used. Most commonly, IPFS nodes use an [fs-repo](fs-repo).
2828

2929
Repo Implementations:
3030
- [fs-repo](fs-repo) - stored in the os filesystem
@@ -101,7 +101,7 @@ It is recommended that `config` files avoid identifying information, so that the
101101

102102
### logs
103103

104-
A full IPFS node is complex. Many events can happen, and thus some ipfs
104+
A full IPFS node is complex. Many events can happen, and thus some IPFS
105105
implementations capture event logs and (optionally) store them for user review
106106
or debugging.
107107

@@ -118,13 +118,13 @@ All repos contain the following standard locks:
118118

119119
### hooks (TODO)
120120

121-
Like git, IPFS nodes will allow `hooks`, a set of user configurable scripts to run at predefined moments in ipfs operations. This makes it easy to customize the behavior of ipfs nodes without changing the implementations themselves.
121+
Like git, IPFS nodes will allow `hooks`, a set of user configurable scripts to run at predefined moments in IPFS operations. This makes it easy to customize the behavior of IPFS nodes without changing the implementations themselves.
122122

123123
## Notes
124124

125125
#### A Repo uniquely identifies an IPFS Node
126126

127-
A repository uniquely identifies a node. Running two different ipfs programs with identical repositories -- and thus identical identities -- WILL cause problems.
127+
A repository uniquely identifies a node. Running two different IPFS programs with identical repositories -- and thus identical identities -- WILL cause problems.
128128

129129
Datastores MAY be shared -- with proper synchronization -- though note that sharing datastore access MAY erode privacy.
130130

0 commit comments

Comments
 (0)