From fcfc1d5a713263b51e6424b60dc25f1af24b2500 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 10 Dec 2025 21:55:55 +1030 Subject: [PATCH] fix styling of name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ced4b1c..90731fb 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# roast-vm +# RoastVM A Java Virtual Machine (JVM) implementation written in Rust, capable of parsing and executing Java class files and bytecode. ## Overview -roast-vm is an educational/experimental JVM implementation that demonstrates the core components and execution model of the Java Virtual Machine. The project uses Rust's type safety and modern tooling to build a simplified but functional JVM interpreter. +RoastVM is an educational/experimental JVM implementation that demonstrates the core components and execution model of the Java Virtual Machine. The project uses Rust's type safety and modern tooling to build a simplified but functional JVM interpreter. ## Features