Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 26, 2023
1 parent 61002bd commit ea09330
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Currently we support Linux and macOS (_except some packages_). All packages have

### Installation

Make sure you have a working Go 1.18+ workspace (_[instructions](https://golang.org/doc/install)_), then:
Make sure you have a working Go 1.18+ workspace (_[instructions](https://go.dev/doc/install)_), then:

```
go get github.com/essentialkaos/ek/v12
Expand Down
16 changes: 8 additions & 8 deletions fmtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

#### Modificators

| Name | Tag | Code |
|-----------|-------|------|
| Reset | `{!}` | `0` |
| Bold | `{*}` | `1` |
| Dim | `{^}` | `2` |
| Underline | `{_}` | `4` |
| Blink | `{~}` | `5` |
| Reverse | `{@}` | `7` |
| Name | Tag | Reset Tag | Code |
|-----------|-------|-----------|------|
| Reset | `{!}` | | `0` |
| Bold | `{*}` | `{!*}` | `1` |
| Dim | `{^}` | `{!^}` | `2` |
| Underline | `{_}` | `{!_}` | `4` |
| Blink | `{~}` | `{!~}` | `5` |
| Reverse | `{@}` | `{!@}` | `7` |

#### 8/16 Colors

Expand Down

0 comments on commit ea09330

Please sign in to comment.