Skip to content

Commit d69778c

Browse files
fix directoryname
1 parent b173374 commit d69778c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using ZarrDatasets
1414
# sample data
1515
data = [i+j for i = 1:3, j = 1:5]
1616

17-
directoryname = "/tmp/test-zarr4"
17+
directoryname = "/tmp/test-zarr"
1818
mkdir(directoryname)
1919

2020
ds = ZarrDataset(directoryname,"c")
@@ -32,7 +32,7 @@ The data and units can be loaded by indexing the data set structure `ds`.
3232

3333
```julia
3434
using ZarrDatasets
35-
directoryname = "/tmp/test-zarr4"
35+
directoryname = "/tmp/test-zarr"
3636
ds = ZarrDataset(directoryname)
3737
data = ds["varname"][:,:]
3838
data_units = ds["varname"].attrib["units"]

0 commit comments

Comments
 (0)