Skip to content

Commit

Permalink
Merge pull request #15 from hiroyuki-sato/topic/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
dmikurube authored Aug 30, 2023
2 parents 7d00357 + 88c4ff0 commit d4d5797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h3>Set up with JRuby</h3>

<p>Finally, install some Ruby gems.</p>

<pre><code>embulk gem install embulk -v v0.11.0 # Must be the same Embulk version
<pre><code>embulk gem install embulk -v 0.11.0 # Must be the same Embulk version
embulk gem install msgpack
embulk gem install bundler # if you need Bundler
embulk gem install liquid # if you need Liquid</code></pre>
Expand Down

0 comments on commit d4d5797

Please sign in to comment.