Skip to content

Commit 9c8a289

Browse files
authored
Update README.md
1 parent eb1aaa2 commit 9c8a289

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ the `merkle:hash_method`. This hash allows users to verify that the object's met
4848

4949
- **Type:** [Hash Method Object](#hash-method-object)
5050
- **Description:**
51-
- An object that specifies how `merkle:object_hash` and `merkle:root` were computed, including:
52-
- The hash function used.
53-
- The fields included in the hash computation.
54-
- The ordering of hashes when building the Merkle tree.
55-
- Any special considerations (e.g., serialization format).
56-
- This provides transparency and allows users to accurately verify the hashes.
51+
- An object that specifies how `merkle:object_hash` and `merkle:root` were computed, including:
52+
- The hash function used.
53+
- The fields included in the hash computation.
54+
- The ordering of hashes when building the Merkle tree.
55+
- Any special considerations (e.g., serialization format).
56+
- This provides transparency and allows users to accurately verify the hashes.
5757
- **Usage:**
58-
- **Collections and Catalogs:** This object is **REQUIRED**.
59-
- **Items:** Items inherit the `merkle:hash_method` from their parent Collection by default. An Item can optionally include its own
60-
`merkle:hash_method` if it uses a different hash method than the Collection.
58+
- **Collections and Catalogs:** This object is **REQUIRED**.
59+
- **Items:** Items inherit the `merkle:hash_method` from their parent Collection by default. An Item can optionally include its own
60+
`merkle:hash_method` if it uses a different hash method than the Collection.
6161

6262
#### `merkle:root`
6363

@@ -201,7 +201,8 @@ For contributions, please follow the
201201
[STAC specification contributing guide](https://github.com/radiantearth/stac-spec/blob/master/CONTRIBUTING.md). Instructions
202202
for running tests are copied here for convenience.
203203

204-
**Note:** This extension is currently a proposal and is open for feedback from the STAC community. Your input is valuable to refine and adopt the Merkle Root Extension.
204+
**Note:** This extension is currently a proposal and is open for feedback from the STAC community. Your input is valuable to
205+
refine and adopt the Merkle Root Extension.
205206

206207
### Running tests
207208

0 commit comments

Comments
 (0)