Fix markdown for code blocks in a README list
This commit is contained in:
parent
492700a15b
commit
f6fcd7e1b4
|
@ -441,13 +441,13 @@ First, update your Gemfile and your Rakefile.:
|
||||||
1. Add the following to your Gemfile to use `puppet-strings`:
|
1. Add the following to your Gemfile to use `puppet-strings`:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem 'puppet-strings'
|
gem 'puppet-strings'
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Add the following to your `Rakefile` to use the `puppet-strings` tasks:
|
2. Add the following to your `Rakefile` to use the `puppet-strings` tasks:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
require 'puppet-strings/tasks'
|
require 'puppet-strings/tasks'
|
||||||
```
|
```
|
||||||
|
|
||||||
Adding this `require` automatically creates the Rake tasks below.
|
Adding this `require` automatically creates the Rake tasks below.
|
||||||
|
|
Loading…
Reference in New Issue