Skip to content

Commit b410c06

Browse files
committed
Minor doc fixes
1 parent ab1541b commit b410c06

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,10 @@ and then future holds with that key, `ball position`, will
468468
overwrite this statement but not override different holds with
469469
different keys
470470

471-
(there's currently no way to overwrite state from other pages, but we
472-
could probably add a way to provide an absolute key that would allow
473-
that if it was useful.)
471+
You can overwrite another program's Hold with the `on` parameter, like
472+
`Hold (on 852) { ... }` (if the Hold is from page 852) or `Hold (on
473+
virtual-programs/example.folk) { ... }` (if the Hold is from the
474+
example.folk virtual program)
474475

475476
### Every time
476477

live-build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Builds a bootable Folk OS image.
44

55
To run Folk on a PC, [download the latest pre-built Folk image for USB
66
stick from the Releases
7-
page.](https://github.com/FolkComputer/folk-live-build/releases)
7+
page.](https://github.com/FolkComputer/folk/releases)
88
Follow the instructions there.
99

1010
---

0 commit comments

Comments
 (0)