From 5bd5aa809bacb026d01f38e3520ae7cd2f7d4240 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Sat, 2 Aug 2014 23:40:38 +0200 Subject: [PATCH] Updated Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c08a87..6f748c2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ Virtual Machines [![Build Status](https://travis-ci.org/hellerve/Virtual-Machines.png?branch=master)](https://travis-ci.org/hellerve/Virtual-Machines) Just a bunch of immature interpreters. One interprets brainfuck code(nbfi - -naive brainfuck interpreter), the other uses an assembler-like dsl(but has +naive brainfuck interpreter), the other uses an assembly-based dsl(but has no parser until now, so you will have to write code within the original -programs code). +programs' code).