diff --git a/Cargo.lock b/Cargo.lock index c7e8dd0..a4e53d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] -name = "mimix-8086-rs" +name = "minix-8086-rs" version = "0.1.0" dependencies = [ "clap", diff --git a/Cargo.toml b/Cargo.toml index 8a0ff26..d18ba80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "mimix-8086-rs" +name = "minix-8086-rs" version = "0.1.0" edition = "2024" diff --git a/README.md b/README.md index 664f703..d09e847 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ CLI Options: $ cargo run -- --help Simple prgram to diasm and interpret Minix binaries -Usage: mimix-8086-rs [OPTIONS] +Usage: minix-8086-rs [OPTIONS] Commands: disasm Disassemble the binary into 8086 instructions