From ea0ecabc41dfe8082c5e9971edf58c705efb59a0 Mon Sep 17 00:00:00 2001 From: puckoprutt Date: Mon, 13 Jul 2026 05:14:25 +0200 Subject: [PATCH] updated README.md.. that was a fuck up! --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9752837..65c5ffe 100644 --- a/README.md +++ b/README.md @@ -10,17 +10,17 @@ the original rp-usb-serial crate was a good foundation to build on in my journey ## compiling the example to compile just run: -´´´bash +```bash cargo build --example print-banner -´´´ +``` -compiling.. +compiling.. ## running the example When running the example it should look like this: -running example.. +running example.. its made for terminals that can take ANSI-sequence (im guessing most of them do..) and it uses simple standard 8 colors. example showing how to get notified when user presses enter and work with the whole line. and also how to split line into word. @@ -28,4 +28,4 @@ usually word 0 is a command and the rest of words are arguments. ## check out the example source -just check in src/example \ No newline at end of file +just check in src/example