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