From a6e231629f5288e7d0d757f00bf12b89d046058e Mon Sep 17 00:00:00 2001 From: Matt Hinchliffe Date: Sat, 15 Jul 2023 15:28:52 +0100 Subject: [PATCH] Update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91432e2..3be88b8 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/i-like-robots/react-tags/blob/main/LICENSE) ![build status](https://github.com/i-like-robots/react-tags/actions/workflows/test.yml/badge.svg?branch=main) [![Coverage Status](https://coveralls.io/repos/github/i-like-robots/react-tags/badge.svg?branch=main)](https://coveralls.io/github/i-like-robots/react-tags?branch=main) [![npm version](https://img.shields.io/npm/v/react-tag-autocomplete.svg?style=flat)](https://www.npmjs.com/package/react-tag-autocomplete) - React Tag Autocomplete is a simple tagging component ready to drop in your React projects. Originally based on the [React Tags project](http://prakhar.me/react-tags/example) by Prakhar Srivastav this version removes the drag-and-drop re-ordering functionality, adds appropriate roles and ARIA states and introduces a resizing text input. [View demo](http://i-like-robots.github.io/react-tags/). ![Screenshot of React Tag Autocomplete](https://cloud.githubusercontent.com/assets/271645/25478773/54aa2bbe-2b3a-11e7-95cf-d419f3c24418.png) -_Please note:_ Version 7 of this component is under development, to view the upcoming version of React Tag Autocomplete please go to [the new repository](https://github.com/i-like-robots/react-tag-autocomplete). +_Please note:_ This repository is for v6 and older versions of this component. For later releases please head to [the new repository](https://github.com/i-like-robots/react-tag-autocomplete). ## Installation @@ -16,7 +15,7 @@ This is a [Node.js] module available through the [npm] registry. Before installi Installation is done using the [npm install] command: ``` -npm install --save react-tag-autocomplete +npm install --save react-tag-autocomplete@legacy ``` [Node.js]: https://nodejs.org/en/