From e6be2beb27ca66f239c0c3c9235e6820985246b7 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Thu, 4 Dec 2014 16:05:32 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 472e3da..bdec206 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To compile an interpreter binary for your own platform, please see the steps as * Use your compiler to process `core/my_basic.c` and `shell/main.c` ### Combine with exist projects -MY-BASIC is cleanly writen in a single C source file and an associated header file. Just copy `my_basic.c` and `my_basic.h` to your project folder and add them to a build configuration. +MY-BASIC is cleanly written in a single C source file and an associated header file. Just copy `my_basic.c` and `my_basic.h` to your project folder and add them to a build configuration. For more details about using MY-BASIC with exist projects, please see [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf).