Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed markdown #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Created by Yaron Naveh ([@YaronNaveh](https://twitter.com/YaronNaveh))
![](./examples/images/charts.png "term")
![](./examples/images/map.png "term")

##Writing your first terminal report##
## Writing your first terminal report

Here is a simple report with a bar chart:

Expand Down Expand Up @@ -68,7 +68,7 @@ Note the local viewer does not send anything online and does not require network

![](./examples/images/charts.png "term")

##Markup Basics#
## Markup Basics

**Pages**

Expand Down Expand Up @@ -145,7 +145,7 @@ You can also look at the [demo xml](https://raw.githubusercontent.com/yaronn/wop

![](./examples/images/map.png "term")

##Viewing Reports##
## Viewing Reports


Depending on how you use a report, you have a few ways to view it. On Windows you will probably only be able to use the third option and need to [install the fonts](http://webservices20.blogspot.com/2015/04/running-terminal-dashboards-on-windows.html) for best view.
Expand Down Expand Up @@ -229,7 +229,7 @@ You can also view a specific slide (#4 in this case):
curl --data '<document>...</document>' tty.zone/4\?cols=$((COLUMNS))
`````

##License##
## License
MIT


Expand Down