From a7e1fa08df8c1e7721e21d34853b96c7394e7b5e Mon Sep 17 00:00:00 2001 From: Jeremy Pace <63815172+astro-nomize@users.noreply.github.com> Date: Mon, 10 Aug 2020 20:56:14 +0000 Subject: [PATCH] Fix typo in README.md Closes https://github.com/dart-lang/sdk/pull/43010 https://github.com/dart-lang/sdk/pull/43010 GitOrigin-RevId: 0625c86eef9f35697ee69bb5554c03e0b8f0d2c4 Change-Id: I00f8c70bc842521107977c2501f89c62c69e69e8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158061 Reviewed-by: Kevin Moore Commit-Queue: Kevin Moore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4ee5ba74b..924e4c3597e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ See [LICENSE][license] and [PATENT_GRANT][patent_grant]. ## Using Dart -Visit the [dart.dev][website] to learn more about the +Visit [dart.dev][website] to learn more about the [language][lang], [tools][tools], [getting started][codelab], and more.