summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ff8848..0a0aa82 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ class User:
key: ClassVar[str] = "name"
```
-Note the special `key` field which is used to denote that `name` should be used as the primary key field.
+Note the special `key` field which is used to denote that `name` should be used as the primary key field. If an object has `name: "foo"`, it will be saved as `foo.yml` in the stash root directory.
Instantiate a new object: