diff --git a/README.md b/README.md index e40299e..4cb42d6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ actually: **so far** * starts a main class (TODO cmdline args) * loads classes from a classpath, including jar/jmod files -* instantiates classes (TODO implement superclass instantiation) +* instantiates classes * runs bytecode (TODO more opcodes) * has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes) * has a heap @@ -21,4 +21,4 @@ actually: * garbage collection **Ultimate goal** -* Hello world domination \ No newline at end of file +* Hello world domination