From f4733a3e28eb12b83e97a9dc74b804fb09a767e3 Mon Sep 17 00:00:00 2001 From: Kurt Harriger Date: Sun, 26 Dec 2021 14:24:03 -0700 Subject: [PATCH] Update runtime.md (#990) --- src/plugin-system/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin-system/runtime.md b/src/plugin-system/runtime.md index fe052442..7a9811ab 100644 --- a/src/plugin-system/runtime.md +++ b/src/plugin-system/runtime.md @@ -14,7 +14,7 @@ The Runtime API is experimental and therefore subject to change, even between mi Runtimes accept a bundle and return assets to be inserted into that bundle. ```js -import { Runtime } from "@parcel/runtime"; +import { Runtime } from "@parcel/plugin"; export default new Runtime({ async apply({ bundle, bundleGraph }) {