readme fix

This commit is contained in:
Djkato 2023-05-10 19:49:35 +02:00
parent c5e23bef35
commit 46b324be0d

View file

@ -25,7 +25,7 @@ path = "installer/installer.rs"
installer_lite = "1.0.0" installer_lite = "1.0.0"
``` ```
- inside the `installer.rs`: - inside the `installer.rs`:
```rs ```rust
use installer_lite::Installer; use installer_lite::Installer;
use std::{env, path::PathBuf}; use std::{env, path::PathBuf};