From 8de526ea70bb717f7ae67d26cb91f53ec699b658 Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Fri, 27 Mar 2015 11:33:26 -0400 Subject: [PATCH] Update README.md --- pkg/dev_compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dev_compiler/README.md b/pkg/dev_compiler/README.md index 064944ee319b..090718e8affc 100644 --- a/pkg/dev_compiler/README.md +++ b/pkg/dev_compiler/README.md @@ -4,7 +4,7 @@ dev_compiler [![Build Status](https://travis-ci.org/dart-lang/dev_compiler.svg?branch=master)](https://travis-ci.org/dart-lang/dev_compiler) [![Coverage Status](https://coveralls.io/repos/dart-lang/dev_compiler/badge.svg?branch=master)](https://coveralls.io/r/dart-lang/dev_compiler) -This is an **experimental** Dart->JavaScript compiler designed to create +This is an **experimental** Dart -> JavaScript compiler designed to create idiomatic, readable JavaScript output. We're investigating this because we want to enable easy debugging of Dart applications on all supported browsers.