From 507d034c5aeecdc7bd6fd399355c64f075496405 Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Wed, 22 Mar 2017 10:14:18 -0700 Subject: [PATCH] Add Leo to the maintainers list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0496149f0c..6168e2e687 100644 --- a/README.md +++ b/README.md @@ -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 Tom Care (@tcare) 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) and Leo Balter (@leobalter) with significant contributions from many in the ECMAScript community. ### Contributing to Test262 > See [CONTRIBUTING.md](./CONTRIBUTING.md)