summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2023-06-21 20:02:35 +0000
committerOmar Rizwan <omar@omar.website>2023-06-21 20:02:35 +0000
commit02964edf80ec79d562ec60338155efc4535e2005 (patch)
treee4c63e9a82107a6b918aa24fafd30179da5109c4
parentUpdate install instr (diff)
downloadfolk-02964edf80ec79d562ec60338155efc4535e2005.tar.gz
folk-02964edf80ec79d562ec60338155efc4535e2005.zip
Scope in README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0aac6975..0d539e9e 100644
--- a/README.md
+++ b/README.md
@@ -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