From 838ac112d51e0bc60b7ccbcbf3ba80b761b06e7e Mon Sep 17 00:00:00 2001 From: nckroy Date: Sat, 3 Mar 2018 10:13:51 -0700 Subject: [PATCH] fixed line breaks in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8103849..c849d02 100644 --- a/README.md +++ b/README.md @@ -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 `