Skip to content

Commit f2d94a9

Browse files
committed
remove lines in table
1 parent 7f79edd commit f2d94a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ consistently across all pyramid levels
99
- **Delayed operations:** rotate/flip/flop/negate, cropping and slicing – performed lazily (without loading to memory) via `DelayedArray`.
1010
- **Backends:** HDF5 and Zarr on‑disk storage using **HDF5Array** and **Rarr** packages.
1111

12-
<table>
12+
<table border="0">
1313
<tr>
1414
<td width="65%" valign="top">
1515

@@ -20,7 +20,7 @@ Pyramids make zooming, visualization, and scale‑aware analysis efficient – a
2020

2121
## Installation
2222

23-
You can install `r Biocpkg("ImageArray")` from Bioconductor with:
23+
You can install ImageArray from Bioconductor with:
2424
``` r
2525
if (!requireNamespace("BiocManager", quietly = TRUE)) {
2626
install.packages("BiocManager")

0 commit comments

Comments
 (0)