Skip to content

Commit c0d0807

Browse files
melissawmaliddell
andauthored
Apply suggestions from code review
Co-authored-by: Alan Liddell <[email protected]>
1 parent 9d7418f commit c0d0807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Cloud-native file streaming solutions (e.g. file writers) are essential for buil
1111
workflows, especially when acquiring more data than fits into memory or a single external hard drive.
1212
[Zarr](https://zarr-specs.readthedocs.io/en/latest/specs.html) is a cloud-native data format that supports imaging data
1313
and has strong early adoption within the imaging community. The [Acquire project](https://github.com/acquire-project) developed
14-
this standalone Zarr streaming library with bindings in both python and C. This library easily integrates into custom
14+
this standalone Zarr streaming library with interfaces in both Python and C. This library easily integrates into custom
1515
acquisition workflows since it does not rely on runtime or hardware support.
1616

1717
## Installation

overrides/home_zarr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- Hero content -->
5555
<div class="mdx-hero__content">
5656
<h1>Acquire Zarr Streaming</h1>
57-
<p>The <code>acquire-zarr</code> library provides bindings in Python and C for streaming chunked, compressed,
57+
<p>The <code>acquire-zarr</code> library provides interfaces in Python and C for streaming chunked, compressed,
5858
multiscale data with <a href="https://ngff.openmicroscopy.org/latest/">OME-NGFF</a> metadata to
5959
<a href="https://zarr.readthedocs.io/en/stable/spec/v2.html">Zarr v2</a> and
6060
<a href="https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html">Zarr v3</a>.</p>

0 commit comments

Comments
 (0)