From 02964edf80ec79d562ec60338155efc4535e2005 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Wed, 21 Jun 2023 16:02:35 -0400 Subject: Scope in README --- README.md | 6 +++--- 1 file 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 -- cgit v1.2.3