Skip to content

Commit d74d0b6

Browse files
committed
style: README typos and zarr compression layout
1 parent 437c6b7 commit d74d0b6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ This implementation supports arbitrary metadata and arrays stored with core code
3737
<dt><a href="https://zarr-specs.readthedocs.io/en/latest/v3/chunk-grids/index.html">Chunk grids</a></dt>
3838
<dd>"regular"</dd>
3939
<dt>Compression ("bytes -> bytes") codecs</dt>
40-
<dd>"gzip", "blosc", "zstd"</dd>
41-
<dd>and others not officially supported by the zarr spec: "bzip2", "lz4", "xz"</dd>
40+
<dd>"gzip", "blosc", "zstd" and others not officially supported by the zarr spec: "bzip2", "lz4", "xz"</dd>
4241
<dt>Other codecs</dt>
4342
<dd>"bytes", "sharding", "transpose", "crc32c"</dd>
44-
<dt><a href="https://zarr-specs.readthedocs.io/en/latest/v3/data-types/index.html">Data typeg</a></dt>
43+
<dt><a href="https://zarr-specs.readthedocs.io/en/latest/v3/data-types/index.html">Data types</a></dt>
4544
<dd>(u)int{8,16,32,64}, float{32,64}</dd>
4645
</dl>
4746

0 commit comments

Comments
 (0)