Skip to content

Commit 30d526e

Browse files
committed
fix Jekyll version number in readme
1 parent 880cf60 commit 30d526e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It's a static site generated by [Jekyll](https://github.com/mojombo/jekyll), and
66

77
## Dependencies
88

9-
This site uses a Jekyll, a Ruby framework. The required Jekyll version is 3.1.6.
9+
This site uses a Jekyll, a Ruby framework. The required Jekyll version is 3.3.0.
1010

1111
## Building the site
1212

@@ -33,9 +33,9 @@ you used to run Jekyll.
3333

3434
### Option 2) Building with global Jekyll
3535

36-
Install Jekyll 3.1.6 on your system using RubyGems:
36+
Install Jekyll 3.3.0 on your system using RubyGems:
3737

38-
gem install jekyll -v 3.1.6
38+
gem install jekyll -v 3.3.0
3939

4040
After cloning, `cd` into the directory where you cloned this repository and run:
4141

0 commit comments

Comments
 (0)