Skip to content

Commit e99033d

Browse files
committed
README updates
1 parent b57dff0 commit e99033d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **MAIN IDEA**
2-
> An experiment for the remarkable2 that watches what you write and, when prompted either with a gesture or some on-screen content, can write back to the screen. This is an exploration of various interacts through this handwriting+screen medium.
2+
> An experiment for the reMarkable that watches what you write and, when prompted either with a gesture or some on-screen content, can write back to the screen. This is an exploration of various interactions through this handwriting+screen medium.
33
44
<img src="docs/simple-chihuahua.jpg" width="300"><img src="docs/chihuahua-logo.png" width="300">
55

@@ -34,7 +34,7 @@ scp ghostwriter root@192.168.1.117:
3434
Then you have to ssh over and run it. Here is how to install and run (run these on the remarkable):
3535

3636
```sh
37-
# One itme -- make it executable after the initial copy
37+
# One time -- make it executable after the initial copy
3838
chmod +x ./ghostwriter
3939

4040
./ghostwriter --help # Get the options and see that it runs at all
@@ -373,7 +373,7 @@ make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=./output modules_install
373373
* One intermediate state could be `thinking` where it can use the input of the tool as a place to write out thoughts, and the output of the tool is ignored
374374
* But overall what we're leading to here is a system where the prompts are easy to write, easy to copy/paste, easy to maintain
375375
* And then maybe we can have a set of evals or examples that are easy to use on top of a prompt mode
376-
* Increasingly, the reMarkable2 case might HAPPEN to be a specific prompt we set up in this system...
376+
* Increasingly, the reMarkable case might HAPPEN to be a specific prompt we set up in this system, and the rest could be extracted as a framework...
377377
* So the state machine could be:
378378

379379
```mermaid

0 commit comments

Comments
 (0)