From 651b445c751a6ee6c759cbddb22cc188d66efe91 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sun, 21 Jul 2024 21:17:38 +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 396aa317e..ee362963e 100644 --- a/README.markdown +++ b/README.markdown @@ -9,7 +9,7 @@ Cappuccino, a open-source web application framework in Objective-J (*a superset ### Benefits of Cappuccino for Application Development: * Developer productivity - a rich palette of interface controls and robust event managment APIs go well beyond the functionality provided by current browser standards, allowing rich applications to quickly be built up using high-level constructs that are designed to work well together. -* Consistent and predictable behavior across different platforms with desktop-class usability and user experience. +* Consistency - predictable behavior across different platforms with desktop-class usability and user experience. * Stability – use of time-tested APIs means an absense of the churn which is all too common in the browser-app ecosystem found elsewhere. * Cross-platform development – any programmer's text editor or IDE is sufficient. The compiler and other parts of the toolchain (used to prepare applications for deployment) are hosted by Node.js. * Extensibility - custom interface controls can reliably build on framework-included controls, when extended or new functionality is required.