Update maintainer in README.MD

Update the maintainer to @tcare as @goyakin is no longer maintaining the repo.
This commit is contained in:
Tom Care 2016-06-22 15:20:24 -07:00 committed by GitHub
parent 9370371ac5
commit b4664d5d20
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
## Test262 is the official ECMAScript (ECMA-262) conformance suite.
Test262 tests conformance to the continually maintained draft future ECMAScript standard found at http://tc39.github.io/ecma262/ , together with any Stage 3 or later TC39 proposals. It is maintained by Gorkem Yakin (@goyakin) with significant contributions from many in the ECMAScript community.
Test262 tests conformance to the continually maintained draft future ECMAScript standard found at http://tc39.github.io/ecma262/ , together with any Stage 3 or later TC39 proposals. It is maintained by Tom Care (@tcare) with significant contributions from many in the ECMAScript community.
### Contributing to Test262
> See [CONTRIBUTING.md](./CONTRIBUTING.md)