From 46b324be0d2661d830f9def60cb79fe00ecd0ff1 Mon Sep 17 00:00:00 2001 From: Djkato Date: Wed, 10 May 2023 19:49:35 +0200 Subject: [PATCH] readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96be970..be523cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Installer lite +# Installer lite A simple installation app creator for your Windows app. Takes the bytes that make up your binary and store it inside the installer binary, then it writes the file down in a requested location. how to use: @@ -25,7 +25,7 @@ path = "installer/installer.rs" installer_lite = "1.0.0" ``` - inside the `installer.rs`: -```rs +```rust use installer_lite::Installer; use std::{env, path::PathBuf};