Skip to content

Commit ff1f1e0

Browse files
committed
Update README.md
1 parent 15d4f1e commit ff1f1e0

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ Enjoy this library? Try them all! [React Table](https://github.com/tannerlinsley
2929

3030
### [Become a Sponsor](https://github.com/sponsors/tannerlinsley/)
3131

32-
### React Charts 2.x.x is under-construction!
33-
34-
> **You are currently on the `next` branch and the bleeding-edge / under-construction version of React Charts. Currently, the `@next` distribution channel is used to release this branch as directed in the docs.**
35-
36-
> **The `master` branch and `@latest` distribution of the `react-charts` npm package currently points to version `2.0.0-beta.7` and will remain there until 2.x.x is stable.**
37-
3832
## Features
3933

4034
- Line, Bar, Bubble, & Area Charts
@@ -116,12 +110,11 @@ This library is being built and maintained by me, @tannerlinsley and I am always
116110

117111
- [react-charts.js.org](https://react-charts.js.org)
118112

119-
## Intro
113+
### React Charts 2.x.x is under-construction!
120114

121-
React Charts is currently in **beta**! This means:
115+
> **You are currently on the `next` branch and the bleeding-edge / under-construction version of React Charts. Currently, the `@next` distribution channel is used to release this branch as directed in the docs.**
122116
123-
- The existing API is mostly stable. Expect only subtle changes/additions as use-cases become polished.
124-
- It's safe for **most** production sites, as long as you lock in the alpha version.
117+
> **The `master` branch and `@latest` distribution of the `react-charts` npm package currently points to version `2.0.0-beta.7` and will remain there until 2.x.x is stable.**
125118
126119
## Table of Contents
127120

@@ -132,9 +125,9 @@ React Charts is currently in **beta**! This means:
132125
## Installation
133126

134127
```bash
135-
$ yarn add react-charts
128+
$ yarn add react-charts@next
136129
# or
137-
$ npm i react-charts --save
130+
$ npm i react-charts@next --save
138131
```
139132

140133
## Quick Start

0 commit comments

Comments
 (0)