From a7d770b72bcadc23a6c2241090b17c45dee7078c Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Tue, 20 Jun 2023 22:07:39 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20crate=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a59ef26..afc354c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Starts a local server serving a web page to flash a given ELF file. ## Installation ``` -cargo install espup +cargo install web-flash ``` ## Usage ```