Merge pull request #142 from puppetlabs/fix-readme-md

Fix markdown for code blocks in a README list
This commit is contained in:
Jesse Scott 2017-05-26 16:04:19 -07:00 committed by GitHub
commit 41a7c9c82a
1 changed files with 9 additions and 9 deletions

View File

@ -441,13 +441,13 @@ First, update your Gemfile and your Rakefile.:
1. Add the following to your Gemfile to use `puppet-strings`:
```ruby
gem 'puppet-strings'
gem 'puppet-strings'
```
2. Add the following to your `Rakefile` to use the `puppet-strings` tasks:
```ruby
require 'puppet-strings/tasks'
require 'puppet-strings/tasks'
```
Adding this `require` automatically creates the Rake tasks below.