mirror of
https://github.com/jroimartin/gocui.git
synced 2025-04-26 13:48:49 +08:00
Fix typos in README
This commit is contained in:
parent
8dea948d50
commit
c5595daed4
@ -19,7 +19,7 @@ Minimalist Go package aimed at creating Console User Interfaces.
|
|||||||
Execute:
|
Execute:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ go get github.com/jroimartin/gocui`
|
$ go get github.com/jroimartin/gocui
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
@ -27,11 +27,11 @@ $ go get github.com/jroimartin/gocui`
|
|||||||
Execute:
|
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
|
Or visit [godoc.org](https://godoc.org/github.com/jroimartin/gocui) to read it
|
||||||
to read it online.
|
online.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user