From a8157d91c909b397cd8d468dcbba56ff4669bbce Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Tue, 14 Apr 2015 17:22:51 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9c53f8..c335aee 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ simple-virtual-machine A simple VM for a talk on building VMs in Java. See [video](https://www.youtube.com/watch?v=OjaAToVkoTw) and [slides](http://www.slideshare.net/parrt/how-to-build-a-virtual-machine). -There are two branches: +There are multiple branches: * [master](https://github.com/parrt/simple-virtual-machine). Basic instructions only (no function calls). * [add-functions](https://github.com/parrt/simple-virtual-machine/tree/add-functions). Includes CALL/RET instructions, runs factorial test function.