Skip to content

Commit

Permalink
Fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jroimartin committed Feb 1, 2016
1 parent 8dea948 commit c5595da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ Minimalist Go package aimed at creating Console User Interfaces.
Execute:

```
$ go get github.com/jroimartin/gocui`
$ go get github.com/jroimartin/gocui
```

## Documentation

Execute:

```
$ godoc github.com/jroimartin/gocui`
$ godoc github.com/jroimartin/gocui
```

Or visit [godoc.org](https://godoc.org/github.com/jroimartin/gocui) if you want
to read it online.
Or visit [godoc.org](https://godoc.org/github.com/jroimartin/gocui) to read it
online.

## Example

Expand Down

0 comments on commit c5595da

Please sign in to comment.