From 3032ec2198315078725d871cc2ee407ce9e3393a Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Mon, 6 Jan 2025 14:57:32 -0600 Subject: [PATCH] Update README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e4b0e34..a50e12f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# ⚡️ QuickJS - A mighty JavaScript engine +# ⚡️ QuickJS/DoneJS - A VERY mighty JavaScript engine ## Overview -QuickJS is a small and embeddable JavaScript engine. It aims to support the latest +QuickJS/DoneJS (QuickJS NG DoneJS Edition) is a small and embeddable JavaScript engine. It aims to support the latest [ECMAScript] specification. -This project is a _fork_ of the [original QuickJS project] by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development. +This project is a _fork_ of the [QuickJS NG project] which is a _fork_ of the [original QuickJS project] by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development. ## Getting started @@ -14,11 +14,12 @@ documentation. ## Authors -[@bnoordhuis], [@saghul], and many more [contributors]. +[@bnoordhuis], [@saghul], [@sneedgroup-holder], and many more [contributors]. [ECMAScript]: https://tc39.es/ecma262/ [original QuickJS project]: https://bellard.org/quickjs [@bnoordhuis]: https://github.com/bnoordhuis [@saghul]: https://github.com/saghul -[contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors -[project website]: https://quickjs-ng.github.io/quickjs/ +[QuickJS NG contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors +[QuickJS NG project]: https://quickjs-ng.github.io/quickjs/ +[Project Website]: https://donejs-runtime.github.io \ No newline at end of file