Skip to content

Commit 3fd91b2

Browse files
Add a note explaining that this is a release candidate
1 parent be5175f commit 3fd91b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
</a>
3333
</p>
3434

35+
**Note: This is the Vue 2.0 compatible release candidate. For the stable version, see the [master](https://github.com/foxbenjaminfox/vue-async-computed/tree/master) branch. This version is tagged `next` on npm. If you want to try out this release candidate, install it with `npm install vue-async-computed@next`.**
36+
3537
With this plugin, you can have have computed properties in Vue that are computed asynchronously.
3638

3739
Without using this plugin, you can't do this:
@@ -89,7 +91,7 @@ new Vue({
8991
## Install
9092
9193
````sh
92-
npm install --save vue-async-computed
94+
npm install --save vue-async-computed@next
9395
````
9496
9597
## Usage example

0 commit comments

Comments
 (0)