From 9688f913daaa188d32578a0bdeeaf1684746e4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Szab=C3=B3?= <25702868+szabodanika@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:05:57 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf4e6f3..f3a7c6d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or install it manually from [Cargo](https://crates.io/crates/microbin): ```bash cargo install microbin; -curl -L -O https://raw.githubusercontent.com/;szabodanika/microbin/master/.env; +curl -L -O https://raw.githubusercontent.com/szabodanika/microbin/master/.env; source .env; microbin ```