From 5ff14146f464997d8b030caf0aa4424b941415d3 Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Mon, 7 Feb 2022 11:10:26 -0600 Subject: [PATCH] Update README.md If merged, this PR adds a link to Embroider (it gave me the clarity I needed when using this on a new project). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece3984..15f36f6 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ You can use prember in an Embroider-based build, however you must apply some cha Embroider does not support the `postprocessTree` (type `all`) hook that this addon uses to *implicitly* hook into the build pipeline. But it exposes a `prerender` function to do so *explicitly*. -In a typical Embroider setup, your `ember-cli-build.js` will look like this: +In a [typical Embroider setup](https://github.com/embroider-build/embroider), your `ember-cli-build.js` will look like this: ```js const { Webpack } = require('@embroider/webpack');