Skip to content

Commit

Permalink
Merge pull request #253 from tbouasli/patch-1
Browse files Browse the repository at this point in the history
docs: removed dollar sign from scripts
  • Loading branch information
jroimartin authored Sep 9, 2024
2 parents de10050 + 031962f commit fc12c65
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 @@ -20,16 +20,16 @@ Minimalist Go package aimed at creating Console User Interfaces.

Execute:

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

## Documentation

Execute:

```
$ go doc github.com/jroimartin/gocui
```sh
go doc github.com/jroimartin/gocui
```

Or visit [pkg.go.dev](https://pkg.go.dev/github.com/jroimartin/gocui) to read
Expand Down

0 comments on commit fc12c65

Please sign in to comment.