Skip to content

Commit

Permalink
Fixing typo in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
dudemcbacon committed Mar 30, 2016
1 parent 10c3179 commit 959ab5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class { 'nomad':
'client' => {
'enabled' => true,
'servers' => [
"nomad01.your-org.pvt4647",
"nomad01.your-org.pvt:4647",
"nomad02.your-org.pvt:4647",
"nomad03.your-org.pvt:4647"
]
Expand All @@ -63,7 +63,7 @@ class { '::nomad':
'client' => {
'enabled' => true,
'servers' => [
"nomad01.your-org.pvt4647",
"nomad01.your-org.pvt:4647",
"nomad02.your-org.pvt:4647",
"nomad03.your-org.pvt:4647"
]
Expand Down

0 comments on commit 959ab5c

Please sign in to comment.