Browse Source

Merge pull request #1827 from wanecek/broken-link-in-readme-fix

Fix broken link in README
pull/1836/merge
Sami Vaarala 7 years ago
committed by GitHub
parent
commit
0b5ae9c787
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      AUTHORS.rst
  2. 2
      README.md

1
AUTHORS.rst

@ -87,6 +87,7 @@ bugs, provided ideas, etc; roughly in order of appearance):
* https://github.com/chris-y
* Laurent Zubiaur (https://github.com/lzubiaur)
* Neil Kolban (https://github.com/nkolban)
* Wilhelm Wanecek (https://github.com/wanecek)
If you are accidentally missing from this list, send me an e-mail
(``sami.vaarala@iki.fi``) and I'll fix the omission.

2
README.md

@ -19,7 +19,7 @@ Main features:
* Ecmascript E5/E5.1 compliant, with some semantics updated from ES2015+
* Partial support for Ecmascript 2015 (E6) and Ecmascript 2016 (E7),
[Post-ES5 feature status](http://wiki.duktape.org/PostEs5Features.html),
[kangax/compat-table](https://kangax.github.io/compat-table">kangax/compat-table)
[kangax/compat-table](https://kangax.github.io/compat-table)
* ES2015 TypedArray and Node.js Buffer bindings
* WHATWG Encoding API living standard
* Built-in debugger

Loading…
Cancel
Save