From c64e1daa998782d2029968af4f80f95d1997dbdf Mon Sep 17 00:00:00 2001 From: daboe01 Date: Mon, 15 Aug 2016 21:21:53 +0200 Subject: [PATCH] minor rewording --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 49624ffb8..210bc4f8d 100644 --- a/README.markdown +++ b/README.markdown @@ -23,7 +23,7 @@ To run Cappuccino applications, all you need is a web browser that understands JavaScript. To develop Cappuccino applications, all you need the starter package and a simple text editor. -If your codebase grows and launch time matters, you need to use the build system that comes with cappuccino. This depends on gcc or clang to compile Objective-J code from the command line. +When your codebase grows and launch time matters, you need to use the build system that comes with cappuccino. This in turn depends on gcc or clang to compile Objective-J code from the command line. Finally, Cappuccino's integrated Xcode support leverages all the eases of Cocoa development for web development. To build Cappuccino itself, please read below. More information is available