From e3185307105879a4f180ff89f5eaa0938dcab37e Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Sat, 13 Jun 2015 16:31:00 -0500 Subject: [PATCH] put fork origin at top of readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 412d0f3..8c8ae39 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Originally forked from https://github.com/zsaleeba/picoc + # Description PicoC is a very small C interpreter for scripting. It was originally written @@ -15,9 +17,6 @@ It's been tested on x86-32, x86-64, powerpc, arm, ultrasparc, HP-PA and blackfin processors and is easy to port to new targets. -Originally forked from https://github.com/zsaleeba/picoc - - # Running files from the command line You can run standard C programs straight from the command line: