From fd03940bd8d73dd9109c756a65b6e479903c1e58 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 7 May 2024 21:05:47 +0200 Subject: Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.3.1