Skip to content

Commit 680c1b0

Browse files
authored
Revise README for zarr-java project
Updated project description and removed early preview notes.
1 parent acd8cc0 commit 680c1b0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Early preview of `zarr-java`
1+
# zarr-java
22

3-
This repository contains an early preview of a Java implementation of the Zarr specification.
4-
It is intended for collecting feedback from the community and not for use. The API is subject to changes.
5-
6-
Refer to [JZarr](https://github.com/zarr-developers/jzarr) for a stable implementation of Zarr version 2.
3+
This repository contains a Java implementation of Zarr version 2 and 3.
74

85
## Usage
96
```java
@@ -50,4 +47,4 @@ Furthermore, you will need the `l4_sample` test data:
5047
`curl https://static.webknossos.org/data/zarr_v3/l4_sample.zip -o testdata/l4_sample.zip
5148
&& cd testdata
5249
&& unzip l4_sample.zip
53-
`
50+
`

0 commit comments

Comments
 (0)