From 153b167193834ff3730846629f5aaaf9c511eca3 Mon Sep 17 00:00:00 2001 From: Odysseas Stavrou Date: Thu, 18 Nov 2021 16:07:23 +0200 Subject: [PATCH] Punctuation Fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 864d4ab..9beb361 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The course on Embedded Systems (ACE411) at TU Crete had us develop a Sudoku Solver on an ATMega16 (Using the STK-500). So I wrote a small frontend / interface in Rust to interact with the STK-500 over UART. -### Why: +### Why Because I wanted to learn more about Rust and I was definitely not going to be sending 81 Cells by hand using Putty @@ -155,7 +155,7 @@ Or you can [Build](#Build) it yourself. --- -### Build +### Build - Install [Rust](https://www.rust-lang.org/learn/get-started) using rustup - Add windows (or linux) target: