From 54551277fe5df8e8dc4bb6e7082152b42c2a0352 Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 25 Mar 2020 11:12:11 +0100 Subject: [PATCH] readme: new syntax --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index adae884..42633e5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -#cmm +# cmm A C implementation of the [Mythical Machine](http://www.openbookproject.net/courses/python4fun/simulator.html) that executes its' bytecode. -##Building & Installing +## Building & Installing The project comes with a Makefile. Just run `make` to get a build in the `bin` directory. If you really want to install it, run `make install`. That -will only work on Unix systems, though, I am afraid and may clutter your workspace. +will only work on Unix systems, though, I am afraid, and it may clutter your workspace. -##Usage +## Usage ``` usage: cmm program_name @@ -19,4 +19,4 @@ This will "parse" the file and execute the bytecode.
-*Have fun!* +Have fun!