Skip to content

Commit c6afbb0

Browse files
committed
adjusted install guide
1 parent f7d1ea9 commit c6afbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/1-installation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide shows you how to add matestack-ui-core to an existing rails applicati
77
Add 'matestack-ui-core' to your Gemfile
88

99
```ruby
10-
gem 'matestack-ui-core'
10+
gem 'matestack-ui-core', '>= 1.0.0.rc.1'
1111
```
1212

1313
and run
@@ -27,7 +27,7 @@ Rails 6+ apps, by default, use webpacker, rails 5 apps, by default, use the asse
2727
Add 'matestack-ui-core' to your `package.json` by running:
2828

2929
```
30-
$ yarn add https://github.com/matestack/matestack-ui-core#v1.0.0
30+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.0.0.rc.1
3131
$ yarn install
3232
```
3333

0 commit comments

Comments
 (0)