Skip to content

Commit 4a93fd3

Browse files
authored
Update README.md
1 parent 5c5d0e7 commit 4a93fd3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/guides/1-installation/README.md

Lines changed: 1 addition & 3 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', '>= 1.0.0.rc.1'
10+
gem 'matestack-ui-core', '~> 1.0.0'
1111
```
1212

1313
and run
@@ -67,8 +67,6 @@ Require 'matestack-ui-core' in your `app/assets/stylesheets/application.css`
6767

6868
### Turbolinks
6969

70-
Since `0.7.5`, matestack-ui-core is compatible with activated [turbolinks](https://github.com/turbolinks/turbolinks).
71-
7270
We recommend to (remove/deactivate)(https://stackoverflow.com/a/38649595) turbolinks, as there is no reason to use it alongside matestack-ui-core UI dynamics and there might appear some strange side effects. If you encounter strange page-transition/form-submit/action-submit behavior and have turbolinks activated, try to deactivate it first.
7371

7472
## Matestack Folder

0 commit comments

Comments
 (0)