Skip to content

Commit 9c4eca0

Browse files
committed
update readme
1 parent 8c76e57 commit 9c4eca0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ Then set the following environment variables
2424

2525
```bash
2626
export KACHERY_API_KEY = "the-api-key"
27-
export KACHERY_ZONE = "scratch"
27+
export KACHERY_ZONE = "default"
2828
```
2929

30-
You can use the scratch zone to get started, but the files in that zone will be cleared out periodically. For more persistent storage (which is also not guaranteed to persist forever), you'll need to set up your own zone.
30+
For information about kachery storage and zones, see:
31+
32+
https://github.com/magland/kachery?tab=readme-ov-file#zones-and-storage
3133

3234
## Getting started
3335

sortingview/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file was automatically generated by jinjaroot. Do not edit directly.
2-
__version__ = '0.14.1'
2+
__version__ = "0.14.1"

0 commit comments

Comments
 (0)