From f83fbb4b464c13e7bb8dadb77312bac835616154 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Wed, 4 May 2022 10:42:43 +0100 Subject: [PATCH] Link to `@webref/idl` instead of `webidl2swift` (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f685f78..5dce3d0e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ 🚨 Very experimental 🚨 -Type-safe access to DOM and other Web APIs from Swift, using [webidl2swift](https://github.com/Apodini/webidl2swift/pull/8) to generate the bindings and [JavaScriptKit](https://github.com/swiftwasm/JavaScriptKit) to enable access to the actual objects. +Type-safe access to DOM and other Web APIs from Swift, using [@webref/idl](https://www.npmjs.com/package/@webref/idl) package to generate the bindings and [JavaScriptKit](https://github.com/swiftwasm/JavaScriptKit) to enable access to the actual objects.