Skip to content

Commit 4ff818a

Browse files
committed
Update README format
1 parent 2d77b2f commit 4ff818a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##About
1+
## About
22

33
A Hacker News ncurses CLI reader written in Go. Currently known to work on Linux, and a few people have gotten it to work on OSX.
44

@@ -8,7 +8,7 @@ Right now it's able to view articles, view comments, and open a page in your def
88

99
![Comment view](https://raw.github.com/andrewstuart/hn/master/readme/comments.png)
1010

11-
##Installation
11+
## Installation
1212

1313
Assuming you have your GOPATH and PATH set appropriately:
1414

@@ -18,20 +18,20 @@ Unfortunately, you'll also need mercurial installed, for packages hosted at code
1818
go get github.com/andrewstuart/hn
1919
```
2020

21-
##Usage
21+
## Usage
2222

2323
```bash
2424
$ hn
2525
```
2626

27-
###Story view
27+
### Story view
2828
- n) Go to next page
2929
- p) Go to previous page
3030
- (num)c) View comments for story (num)
3131
- (num)o) Open story (num) in default browser
3232
- q) Quit hn
3333

34-
###Comments view
34+
### Comments view
3535
- d) Go down 30 lines
3636
- u) Go up 30 lines
3737
- j) Go down 1 line
@@ -40,7 +40,7 @@ $ hn
4040
- p) Go up 1 page
4141
- q) Go back to story view
4242

43-
##API (unfinished/deprecated/idk)
43+
## API (unfinished/deprecated/idk)
4444

4545
This basically only works for page 1 in its current state, IIRC.
4646

0 commit comments

Comments
 (0)