From 348cb2009e92fd7a583aaafffaac3a9c06986657 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Sat, 26 Sep 2015 20:18:16 -0700 Subject: [PATCH] Address review comments from @hixie --- engine/src/flutter/sky/packages/sky_engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/sky/packages/sky_engine/README.md b/engine/src/flutter/sky/packages/sky_engine/README.md index cc5128fd42..9ae0c8e9d5 100644 --- a/engine/src/flutter/sky/packages/sky_engine/README.md +++ b/engine/src/flutter/sky/packages/sky_engine/README.md @@ -1,7 +1,7 @@ Flutter Engine ============== -This packages describes the dart:sky library, which is the interface between +This package describes the dart:sky library, which is the interface between Dart and the Flutter Engine. This package also contains a number of Flutter shell binaries that let you run code that uses the dart:sky library on various platforms.