Skip to content

Commit

Permalink
Update README.me
Browse files Browse the repository at this point in the history
add comma where it's necessary in the Health Checks config examples
  • Loading branch information
eyalcohen4 authored Jun 12, 2019
1 parent 2cc8478 commit 41eb7ee
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 @@ -77,12 +77,12 @@ You can add a series of health checks to the configuration that will appear belo
// config
healthChecks: [{
protocol: 'http',
host: 'localhost'
host: 'localhost',
path: '/admin/health/ex1',
port: '3000'
}, {
protocol: 'http',
host: 'localhost'
host: 'localhost',
path: '/admin/health/ex2',
port: '3000'
}]
Expand Down

0 comments on commit 41eb7ee

Please sign in to comment.