Skip to content

Commit

Permalink
Fix formatting issue in README markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 12, 2014
1 parent bfb1127 commit 7e076ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Requiring the Chef Sugar Gem will automatically extend the Recipe DSL, `Chef::Re
If you are working outside of the Recipe DSL, you can use the module methods instead of the Recipe DSL. In general, the module methods have the same name as their Recipe-DSL counterparts, but require the node object as a parameter. For example:

In a Recipe:

```ruby
# cookbook/recipes/default.rb
do_something if windows?
Expand Down

0 comments on commit 7e076ec

Please sign in to comment.