From 13942f30563f7e5b2862a4cf633ea94e1fe6501f Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 20 Nov 2020 09:00:53 -0600 Subject: [PATCH] oops, use the right name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b33e9f8..4925c34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# elm-forbid-imports +# elm-forbid-import This tool is based on the realization that we often intend to deprecate some import (say, to upgrade from `Regex` to `Parser` or from `Html` to `Html.Styled`) but we can't do it all *right now*—these can be big projects!