Skip to content

Commit

Permalink
Fix formatting for new middleman syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
moleske committed May 5, 2024
1 parent 98e447e commit ffb6bef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/v3/source/includes/resources/sidecars/_header.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The recommended way to create sidecars for your app is with a [manifest](#manife
process_types: [ 'web', 'worker' ]
command: bundle exec run-authenticator
- name: performance monitor
process_types: [ 'web' ]
command: bundle exec run-performance-monitor
memory: 128M
process_types: [ 'web' ]
command: bundle exec run-performance-monitor
memory: 128M
```


Expand Down

0 comments on commit ffb6bef

Please sign in to comment.