Skip to content

Commit

Permalink
Update version in setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed May 10, 2024
1 parent ce32ea6 commit 94516ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/hello-world/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ The terminal commands below will ensure that both Stimulus and StimulusReflex ar
Add the `stimulus_reflex` gem to `Gemfile` using `bundle add`:

```shell
bundle add stimulus_reflex --version 3.5.0.rc3
bundle add stimulus_reflex
```

or manually add this line to your `Gemfile`:
```ruby
gem 'stimulus_reflex', '3.5.0.rc3'
gem 'stimulus_reflex', '3.5.0'
```

### Step 2: JavaScript
Expand Down Expand Up @@ -119,9 +119,9 @@ StimulusReflex happily supports Stimulus versions 1.1, 2 and 3.
:::

```ruby
bundle add stimulus_reflex --version 3.5.0.rc3
bundle add stimulus_reflex
bundle add redis-session-store
yarn add stimulus_reflex@3.5.0.rc3
yarn add stimulus_reflex
rails dev:cache # caching needs to be enabled
rails generate stimulus_reflex:initializer
```
Expand Down

0 comments on commit 94516ed

Please sign in to comment.