Skip to content

Commit

Permalink
docs: remove redundant clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Mar 7, 2024
1 parent 9338611 commit b60553c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ Click to navigate.

### Usage

**PS**: For simplicity, I will refer to the binary as `ytgo`.

Output of `ytgo -h`:

```sh
Expand Down
2 changes: 1 addition & 1 deletion cmd/ytgo/yt.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

const VERSION string = "v3.0.4"
const VERSION string = "v3.0.5"

const (
C_RED string = "\x1b[31m"
Expand Down

0 comments on commit b60553c

Please sign in to comment.