From d2ea74ea142f7d2db97eac522e8cc6bdad280dfc Mon Sep 17 00:00:00 2001 From: daboe01 Date: Wed, 17 Jul 2024 06:41:35 +0200 Subject: [PATCH] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index c5b14db9c..bd40ec877 100644 --- a/README.markdown +++ b/README.markdown @@ -9,7 +9,7 @@ Cappuccino, a web application framework in Objective-J, a superset of JavaScript Introduction ------------ -Cappuccino is an open-source framework in continuous development since 2008 and released under the LGPL2 license. It implements as much of the proven NeXTStep/Apple Cocoa API as practicable in the modern web browser environment. Resulting applications are served as HTML, JavaScript, and CSS, allowing deployment from any web host. +Cappuccino is an open-source framework in continuous development since 2008 and released under the LGPL2 license. It implements as much of the proven NeXTStep/Apple Cocoa API as is feasible and appropriate for the modern web browser environment. Benefits of Cappuccino's Cocoa implementation: * Cross-platform development – any programmer's text editor or IDE is sufficient. The compiler and other parts of the toolchain required to prepare applications for deployment are hosted by Node.js.