From 1a331a37c49f889abd25c4482f46bb7d1d0a1ce3 Mon Sep 17 00:00:00 2001 From: Roy Laurie Date: Mon, 30 Sep 2019 09:30:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b8a862..ddb821d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The **framework** provides reusable cross-platform JS libraries for rapid develo The cloud **platform** builds on top of the framework, scaling core API services across a nodal network that we call a plur **cloud**. Each plur _cloud_ operates as simple network appliance that may be started and stopped at will. Internally, the cloud contains plur **nodes** that control VMs, authenticate requests, route messages, and scale any apps or services developed with the plur framework. -The library uses JS as an **enterprise** language by following closely behind the ECMA standard's progress. The core library is designed to operate normally **without transpilng**. Traditional enterprise language features not provided by ECMA are implemented by **convention**, using a single coding and documentation standard. Two exceptions are implemented by code; class **namespaces** and **interfaces**. +This project uses JS as an **enterprise** language by following closely behind the ECMA standard's progress. The core library is designed to operate normally **without transpilng**. Traditional enterprise language features not provided by ECMA are implemented by **convention**, using a single coding and documentation standard. Two exceptions are implemented by code; class **namespaces** and **interfaces**. Contributors ------------