From fb3f7c13e058a8e36dead2d38f5d56f1e3d0f6d2 Mon Sep 17 00:00:00 2001 From: vectronic Date: Thu, 17 Apr 2025 17:50:31 +0100 Subject: [PATCH] fix: fix docs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fa3ab0f..b298a31 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ Use the module: ```typescript -import { ExampleExtension } from ""; import { ExampleExtension } from "https://unpkg.com/@flowscripter/example-plugin/dist/bundle.js"; const extension = new ExampleExtension();