From 49978e1462d66bb831c826cc5cb3d63bbc2e2697 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam Date: Tue, 12 Mar 2024 09:20:14 -0700 Subject: [PATCH] Remove reference to static interop and point to dart.dev page for JS interop --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7645e261..8606ee7d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![pub package](https://img.shields.io/pub/v/web.svg)](https://pub.dev/packages/web) [![package publisher](https://img.shields.io/pub/publisher/web.svg)](https://pub.dev/packages/web/publisher) -Lightweight browser API bindings built around JS static interop. +Lightweight browser API bindings built around +[JS interop](https://dart.dev/interop/js-interop). ## What's this?