diff --git a/README.md b/README.md index d51793c4..07c22e6d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,11 @@ Main features: * Built-in Unicode support * Minimal platform dependencies * Combined reference counting and mark-and-sweep garbage collection with finalization -* Custom features like co-routines, built-in logging framework, and built-in - CommonJS-based module loading framework +* Custom features like co-routines * Property virtualization using a subset of Ecmascript E6 Proxy object * Bytecode dump/load for caching compiled functions +* Distributable includes an optional logging framework, CommonJS-based module + loading implementations, etc * Liberal license See [duktape.org](http://duktape.org/) for packaged end-user downloads diff --git a/website/index/index.html b/website/index/index.html index 11ffa9b0..f8d8be06 100644 --- a/website/index/index.html +++ b/website/index/index.html @@ -52,6 +52,8 @@ Duktape API to call Ecmascript functions from C code and vice versa.