From 383cc0b2eea12dcd541f8334f1447769ce9f028b Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 27 Feb 2024 11:19:43 -0800 Subject: [PATCH] Update README.md Co-authored-by: Marya <111139605+MaryaBelanger@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f31e3e7..437f8f26 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ void main() { ## Migrating to package:web -`package:web` is replacing `dart:html` and other web libraries as Dart's web -interop solution long-term. For advice and techniques for migrating from using -the `dart:html` APIs to `package:web, see our +`package:web` is replacing `dart:html` and other web libraries as Dart's +long-term web interop solution. To learn how to migrate from `dart:html` +APIs to `package:web`, see our [migration guide](http://dart.dev/go/package-web). ## Generation conventions