From 48134bb692cfeaab31d6a18a2abb46a8be317eba Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Sun, 22 Oct 2017 15:53:37 +0800 Subject: [PATCH] *typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a333b1..dea78fb 100755 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ The standalone interpreter supports three running modes: Type "HELP" and hint Enter under interactive mode to view full detail usages of the interpreter. -### Combine with exist projects +### Combine with existing projects MY-BASIC is cleanly written in a single C source file and an associated header file. Just copy [`core/my_basic.c`](core/my_basic.c) and [`core/my_basic.h`](core/my_basic.h) to your project folder and add them to a build configuration.