Skip to content

Commit

Permalink
Update runtime.md (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtharriger committed Dec 26, 2021
1 parent dadd623 commit f4733a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin-system/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down

1 comment on commit f4733a3

@vercel
Copy link

@vercel vercel bot commented on f4733a3 Dec 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.