Merge pull request #409 from urbit/i/408/keen-fix-example

keen: fix thread example
This commit is contained in:
tinnus-napbus 2023-07-25 03:25:10 +12:00 committed by GitHub
commit 25e77b93fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,10 +202,10 @@ making scry requests from threads using `+keen` in `lib/strandio`. It accepts a
that demonstrates
this](https://github.com/urbit/urbit/blob/i/5788/remote-scry/pkg/arvo/ted/keen.hoon).
You can run it from the dojo using `-keen [ship path]`. For example, this reads
the thread's own source code out of `~sampel`'s `%kids` desk, try it!
the `%noun` mark's source code out of `~zod`'s `%kids` desk, try it!
```
-keen [~sampel /c/x/1/kids/ted/keen/hoon]
-keen [~zod /c/x/1/kids/mar/noun/hoon]
```
## Additional reading