improve text example, fix example in README

This commit is contained in:
Vinzenz Schroeter 2024-05-17 23:05:52 +02:00
parent 548c957bf4
commit 312fff95b3
2 changed files with 9 additions and 13 deletions

View file

@ -33,7 +33,7 @@ fn main() {
.expect("connection failed");
// clear screen content
connection.send(servicepoint2::Command::Clear)
connection.send(servicepoint2::Command::Clear.into())
.expect("send failed");
}
```