Skip to content

Commit

Permalink
Fix readme syntax for new github restriction
Browse files Browse the repository at this point in the history
Apparently the markdown interpreter was changed and requires a space after the hashtags nowadays.
  • Loading branch information
schachmat authored Mar 20, 2017
1 parent bf49cdc commit 76f65d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Screenshots](http://schachmat.github.io/wego/wego.gif)

##Features
## Features

* show forecast for 1 to 7 days
* nice ASCII art icons
Expand All @@ -16,7 +16,7 @@
* config file for default location which can be overridden by commandline
* Automatic config management with [ingo](https://github.com/schachmat/ingo)

##Dependencies
## Dependencies

* A [working](https://golang.org/doc/install#testing) [Go](https://golang.org/)
[1.5](https://golang.org/doc/go1.5) environment (You can use
Expand All @@ -27,14 +27,14 @@
mono`)
* An API key for the backend (see Setup below)

##Installation
## Installation

To install or update the wego binary into your `$GOPATH` as usual, run:
```shell
go get -u github.com/schachmat/wego
```

##Setup
## Setup

0. Run `wego` once. You will get an error message, but the `.wegorc` config file
will be generated in your `$HOME` directory (it will be hidden in some file
Expand Down Expand Up @@ -68,13 +68,13 @@ go get -u github.com/schachmat/wego
You can set the `$WEGORC` environment variable to override the default config
file location.
##Todo
## Todo
* more [backends and frontends](https://github.com/schachmat/wego/wiki/How-to-write-a-new-backend-or-frontend)
* resolve ALL the [issues](https://github.com/schachmat/wego/issues)
* don't forget the [TODOs in the code](https://github.com/schachmat/wego/search?q=TODO&type=Code)
##License - ISC
## License - ISC
Copyright (c) 2014-2016, <[email protected]>
Expand Down

0 comments on commit 76f65d1

Please sign in to comment.