From ae39bc448ff1d1ff61a7723226601de255601fd7 Mon Sep 17 00:00:00 2001 From: Talon Chandler Date: Thu, 19 Dec 2024 12:08:54 -0800 Subject: [PATCH] typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index d0e1da6..1c8b2a1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -2,7 +2,7 @@ Some examples require `napari`. Start with `pip install napari[all]`, and visit the [napari installation guide](https://napari.org/dev/tutorials/fundamentals/installation.html) if that fails. -| Folder Name | Requires | Description | +| Folder | Requires | Description | |------------------|----------------------------|-------------------------------------------------------------------------------------------------------| | `models/` | `waveorder`, `napari` | Demonstrates the latest functionality of `waveorder` through simulations and reconstructions using various models. | | `maintenance/` | `waveorder` | Showcases functionality planned for `models/` folder; scripts are maintained with automated tests. |