diff --git a/README.md b/README.md index 547d921..157afb3 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ use this to disable script tags containing template syntax. This plugin focuses on applying ESLint rules on inline scripts contained in HTML. It does not provide any rule related to HTML. For that, you can use other plugins like -[`@eslint-html`](https://yeonjuan.github.io/html-eslint/) or +[@html-eslint](https://html-eslint.org) or [@angular-eslint](https://github.com/angular-eslint/angular-eslint). `eslint-plugin-html` is compatible with those plugins and can be used along them. @@ -166,7 +166,7 @@ This plugin parses HTML and XML markup slightly differently, mainly when conside sections: - in XML, any data inside a `CDATA` section will be considered as raw text (not XML) and the `CDATA` - delimiter will be droped ; + delimiter will be dropped ; - in HTML, there is no such thing for `