From 44e14784396713e43941be8a1635143c5a0c5f4f Mon Sep 17 00:00:00 2001 From: Kai Date: Thu, 4 Nov 2021 13:23:53 +0100 Subject: [PATCH] README.md: HTTP => HTTPS (#443) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f2e28c..b9fe6f9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eslint-plugin-prettier [![Build Status](https://github.com/prettier/eslint-plugin-prettier/workflows/CI/badge.svg?branch=master)](https://github.com/prettier/eslint-plugin-prettier/actions?query=workflow%3ACI+branch%3Amaster) -Runs [Prettier](https://github.com/prettier/prettier) as an [ESLint](http://eslint.org) rule and reports differences as individual ESLint issues. +Runs [Prettier](https://github.com/prettier/prettier) as an [ESLint](https://eslint.org) rule and reports differences as individual ESLint issues. If your desired formatting does not match Prettier’s output, you should use a different tool such as [prettier-eslint](https://github.com/prettier/prettier-eslint) instead.