diff options
| author | Omar Rizwan <omar@omar.website> | 2023-06-21 20:02:35 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-06-21 20:02:35 +0000 |
| commit | 02964edf80ec79d562ec60338155efc4535e2005 (patch) | |
| tree | e4c63e9a82107a6b918aa24fafd30179da5109c4 | |
| parent | Update install instr (diff) | |
| download | folk-02964edf80ec79d562ec60338155efc4535e2005.tar.gz folk-02964edf80ec79d562ec60338155efc4535e2005.zip | |
Scope in README
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -408,12 +408,12 @@ If you want multiple state atoms, you can also provide a key -- you can be like ``` -Commit the ball position { - Claim the ball is at blahblah +Commit ball position { + Claim $this has a ball at blahblah } ``` -and then future commits with that key, `the ball position`, will +and then future commits with that key, `ball position`, will overwrite this statement but not override different commits with different keys |
