diff --git a/README.md b/README.md index 5693332..74450e2 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ You can also get some metadata about the nd2 programatically: >>> with nd2reader.Nd2("/path/to/my_images.nd2") as nd2: ... for image in nd2: ... do_something(image) +``` ### Images