Skip to content

Commit

Permalink
add github flavored markdown syntax highlighting to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 21, 2013
1 parent 535b835 commit 9968ba4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,17 @@ Usage

### Basic Usage

```puppet
include smartd
```

```puppet
class{ 'smartd': }
```

### All Parameters

```puppet
class{ 'smartd':
ensure => 'present',
package_name => 'smartmontools',
Expand All @@ -77,6 +82,7 @@ Usage
mail_to => 'root',
warning_schedule => 'diminishing',
}
```


Limitations
Expand Down

0 comments on commit 9968ba4

Please sign in to comment.