From 2f96859e4b369e50bf1b6675ebc718f2f8f592f7 Mon Sep 17 00:00:00 2001 From: Nayef Copty Date: Fri, 10 Aug 2012 14:22:21 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aa7db7..433bdb2 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Furthermore, the program will not work if you wrap the whole expression between ### Test: $ ./test - To add your own test cases, add them to `test.c`. Follow the conventions provided in the commented code. Once you're done, `make` and run `./test`. +To add your own test cases, add them to `test.c`. Follow the conventions provided in the commented code. Once you're done, `make` and run `./test`. ### Clean $ make clean