From 9d33513d008a4aa3be561128a30a4e8eb7edcab8 Mon Sep 17 00:00:00 2001 From: Gavin Joyce Date: Tue, 9 Jun 2020 14:46:06 +0100 Subject: [PATCH] remove addon package publishing warning --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cab5932b..a79fe3d75 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,7 @@ The main risks to be aware of if you choose to use Embroider in production are: ## For Addon Authors -The [v2 Addon Format RFC](https://github.com/emberjs/rfcs/pull/507) is the official spec for the packages that Embroider natively handles. Addon authors **SHOULD NOT** publish packages to NPM that use this format until the RFC is merged. - -Addon authors should see [ADDON-AUTHOR-GUIDE.md](ADDON-AUTHOR-GUIDE.md) for advice on how to get their addons ready for Embroider. +The [v2 Addon Format RFC](https://github.com/emberjs/rfcs/pull/507) is the official spec for the packages that Embroider natively handles. Addon authors should see [ADDON-AUTHOR-GUIDE.md](ADDON-AUTHOR-GUIDE.md) for advice on how to get their addons ready for Embroider. ## How to try it