From 1fb74e05264b22f410bf02e9706a82d49e10b1de Mon Sep 17 00:00:00 2001 From: Roy Laurie Date: Sun, 29 Sep 2019 20:00: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 2445a0b..47ac387 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 API attempts to use JS as an **enterprise** language by following closely behind the ECMA language standard's progress. The plur library is designed to operate normally **without transpilng or compiling**. The JS library **doesn't pollute** or modify the existing global namespace. Traditional enterprise language features that are still "upcoming" in the JS standard are implemented by **convention**, using a single coding and documentation standard. Currently, two upcoming language features are implemeted by code: class **namespaces** and **interfaces**. All library features are available to any class by using the API's ```PlurObject.plurify()``` utility any time after declaration. +The API attempts to use JS as an **enterprise** language by following closely behind the ECMA language standard's progress. The core library is designed to operate normally **without transpilng or compiling**. The JS library **doesn't pollute** or modify the existing global namespace. Traditional enterprise language features that are still "upcoming" in the JS standard are implemented by **convention**, using a single coding and documentation standard. Currently, two upcoming language features are implemeted by code: class **namespaces** and **interfaces**. All library features are available to any class by using the API's ```PlurObject.plurify()``` utility any time after declaration. Contributors ------------