Skip to content

Commit ba88c30

Browse files
authored
Update README.md
1 parent c452edd commit ba88c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ Add this line to your Jekyll site's `Gemfile`:
1919

2020
For **Jekyll 3**:
2121
```ruby
22-
gem 'jekyll-dash', '~> 1.0.0'
22+
gem 'jekyll-dash', '~> 1'
2323
```
2424

2525
> Keep in mind: Github pages generation only supports Jekyll 3.8 right now.
2626
2727
For **Jekyll 4**:
2828
```ruby
29-
gem 'jekyll-dash', '~> 2.1.0'
29+
gem 'jekyll-dash', '~> 2'
3030
```
3131

3232
And add this line to your Jekyll site's `_config.yml`:

0 commit comments

Comments
 (0)