mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Update README.md
This commit is contained in:
parent
16152fc0ce
commit
9658079b1a
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
QuickJS/DoneJS (QuickJS NG DoneJS Edition) 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.
|
[ECMAScript] specification.
|
||||||
|
|
||||||
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.
|
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
|
## Getting started
|
||||||
|
|
||||||
|
@ -14,12 +14,12 @@ documentation.
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
[@bnoordhuis], [@saghul], [@sneedgroup-holder]. and many more [contributors].
|
[@bnoordhuis], [@saghul], [@sneedgroup-holder], and many more [contributors].
|
||||||
|
|
||||||
[ECMAScript]: https://tc39.es/ecma262/
|
[ECMAScript]: https://tc39.es/ecma262/
|
||||||
[original QuickJS project]: https://bellard.org/quickjs
|
[original QuickJS project]: https://bellard.org/quickjs
|
||||||
[@bnoordhuis]: https://github.com/bnoordhuis
|
[@bnoordhuis]: https://github.com/bnoordhuis
|
||||||
[@saghul]: https://github.com/saghul
|
[@saghul]: https://github.com/saghul
|
||||||
[QuickJS NG contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
|
[QuickJS NG contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors
|
||||||
[QuickJS NG Website]: https://quickjs-ng.github.io/quickjs/
|
[QuickJS NG project]: https://quickjs-ng.github.io/quickjs/
|
||||||
[Project Website]: https://donejs-runtime.github.io
|
[Project Website]: https://donejs-runtime.github.io
|
||||||
|
|
Loading…
Reference in a new issue