From 48474c3878da63ba4e72cf1ad0c34845efbee8b6 Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 23 Aug 2022 16:00:10 +0300 Subject: [PATCH] fixed readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcc3165..1471862 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ ## Description -An enbeded Harmony server implementation written in rust. +An embedded Harmony server implementation written in rust. > **Warning** > This project is in early design phase, it is non conforming and very few features are implemented. ## Usage -To launch the server, use the `start-server.sh` script +To launch the server, ensure your rustup toolchain is up to date and use the `start-server.sh` script To launch the debug client, use the `start-client.sh` script