Commit ffad68b978d443190535c8fd63c06d681eb90503
Committed by
Shrikant Sharat
1 parent
260f1270b9
Suggest tabbing contents of heredoc
Conflicts: README.mkd
Showing 1 changed file with 4 additions and 5 deletions Side-by-side Diff
README.mkd
... | ... | @@ -277,12 +277,11 @@ you would give to the `antigen-bundle` command, one per line, into the |
277 | 277 | syntax. |
278 | 278 | |
279 | 279 | antigen-bundles <<EOBUNDLES |
280 | - # Guess what to install when running an unknown command. | |
281 | - command-not-found | |
282 | - | |
283 | - # The heroku tool helper plugin. | |
284 | - heroku | |
280 | + # Guess what to install when running an unknown command. | |
281 | + command-not-found | |
285 | 282 | |
283 | + # The heroku tool helper plugin. | |
284 | + heroku | |
286 | 285 | EOBUNDLES |
287 | 286 | |
288 | 287 | This is equivalent to |