From 53dc0e56a86144a8b93b3e220116252058fa3144 Mon Sep 17 00:00:00 2001 From: Brandon Mills Date: Sun, 14 Feb 2021 18:07:06 -0500 Subject: [PATCH] Docs: Remove prerelease README notes (#173) I plan to release v2.0.0 this weekend, so these prerelease-specific notes can finally be removed from the README! --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a487fd..fd8767b 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ Lint JS, JSX, TypeScript, and more inside Markdown. alt="A JS code snippet in a Markdown editor has red squiggly underlines. A tooltip explains the problem." /> -> 🚧 This documentation is for an unfinished v2 release in progress in the `main` branch. The latest stable documentation is in the [`v1` branch](https://github.com/eslint/eslint-plugin-markdown/tree/v1). - ## Usage ### Installing @@ -21,7 +19,7 @@ Lint JS, JSX, TypeScript, and more inside Markdown. Install the plugin alongside ESLint v6 or greater: ```sh -npm install --save-dev eslint eslint-plugin-markdown@next +npm install --save-dev eslint eslint-plugin-markdown ``` ### Configuring @@ -144,7 +142,7 @@ module.exports = { `eslint-plugin-markdown` v2 uses this new API. ```bash -$ npm install --save-dev eslint@latest eslint-plugin-markdown@next +$ npm install --save-dev eslint@latest eslint-plugin-markdown@latest ``` All of the Markdown file extensions that were previously hard-coded are now fully configurable in `.eslintrc.js`.