We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7f582 commit 329b155Copy full SHA for 329b155
README.md
@@ -17,13 +17,13 @@ MwcMixin is a reactive meteor data source for polymer elements. Objective is to
17
Add `mwc:mixin` package to your Meteor App.
18
19
```sh
20
-meteor add mwc:mixin@2.0.0-beta.3
+meteor add mwc:mixin@2.0.0-beta.4
21
22
```
23
### Method 2 - Using bower
24
25
26
-bower install mwc-mixin#2.0.0-beta.3 --save
+bower install mwc-mixin#2.0.0-beta.4 --save
27
28
import mwc-mixin.html file.
29
0 commit comments