Skip to content

Commit 5356562

Browse files
authored
Update README.md
1 parent 6af6e3f commit 5356562

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

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

33
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.
4+
It is intended for collecting feedback from the community and not for use. The API is subject to changes.
55

6-
# zarr-java
7-
Java implementation of the Zarr Specification
86

97
## Usage
108
```java
@@ -38,4 +36,4 @@ array.write(
3836
new long[]{0, 0, 0, 0},
3937
ucar.ma2.Array.factory(ucar.ma2.DataType.UINT, new int[]{1, 1024, 1024, 1024})
4038
);
41-
```
39+
```

0 commit comments

Comments
 (0)