From 39fc5687f7a839ae414c34786c4744189f42b50f Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 2 Aug 2024 16:14:44 -0700 Subject: [PATCH] Add link in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2952edb..3748326 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ with lindi.StagingArea.create(base_dir='lindi_staging') as staging_area: # upload the changes to the remote .nwb.lindi.json file ``` +See [this complete example](https://github.com/NeurodataWithoutBorders/lindi/blob/main/examples/example3.py). + ### Upload a .nwb.lindi.json file with staged datasets to a cloud storage service such as DANDI See [this example](https://github.com/magland/lindi-dandi/blob/main/devel/lindi_test_2.py).