Skip to content

Commit c46d8c0

Browse files
authored
Update README.md for consistency with framework (flutter#9428)
Updates our README.md to use consistent wording with that of the framework. Mostly though, this is intended to trigger a build that verifies that we're correctly building Fuchsia build products on Linux and Mac LUCI infrastructure. See: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1671747
1 parent 5153075 commit c46d8c0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Flutter Engine
22
==============
3-
[![Build Status](https://api.cirrus-ci.com/github/flutter/engine.svg)](https://cirrus-ci.com/github/flutter/engine)
3+
[![Build Status - Cirrus][]][Build status]
44

5-
Flutter is a new way to build high-performance, cross-platform mobile apps.
6-
Flutter is optimized for today's, and tomorrow's, mobile devices. We are
7-
focused on low-latency input and high frame rates on Android and iOS.
5+
Flutter is Google's mobile app SDK for crafting high-quality native interfaces
6+
on iOS and Android in record time. Flutter works with existing code, is used by
7+
developers and organizations around the world, and is free and open source.
88

99
The Flutter Engine is a portable runtime for hosting
1010
[Flutter](https://flutter.dev) applications. It implements Flutter's core
@@ -20,7 +20,9 @@ site at [Flutter.dev](https://flutter.dev). For specific information
2020
about Flutter's APIs, consider our API reference which can be found at
2121
the [docs.flutter.dev](https://docs.flutter.dev/).
2222

23-
If you intend to contribute to Flutter, welcome! You are encouraged to
24-
start with [our contributor
25-
guide](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md),
26-
which helps onboard new team members.
23+
Flutter is a fully open source project, and we welcome contributions.
24+
Information on how to get started can be found at our
25+
[contributor guide](CONTRIBUTING.md).
26+
27+
[Build Status - Cirrus]: https://api.cirrus-ci.com/github/flutter/engine.svg
28+
[Build status]: https://cirrus-ci.com/github/flutter/engine

0 commit comments

Comments
 (0)