Skip to content

Commit

Permalink
fixed line breaks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nckroy committed Mar 3, 2018
1 parent 8cde5c2 commit 838ac11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ InCommon Incident Handling Framework document in asciidoc format
## Rendering
### HTML
`
asciidoctor main.adoc -o docs/index.html
git commit docs/index.html
git push origin master
asciidoctor main.adoc -o docs/index.html
git commit docs/index.html
git push origin master
`
To view the rendered HTML, visit: https://github.internet2.edu/pages/internet2/inc-incident-handling-fx/
To view the rendered HTML, visit: https://github.internet2.edu/pages/internet2/inc-incident-handling-fx/
### PDF
`
asciidoctor-pdf main.adoc -o pdf/inc-security-incident-handling-framework.pdf
asciidoctor-pdf main.adoc -o pdf/inc-security-incident-handling-framework.pdf
`

0 comments on commit 838ac11

Please sign in to comment.