Skip to content

Commit

Permalink
doc : minor bug in README.md info sign fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Nov 20, 2024
1 parent dfd7ef9 commit 63a8ca2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ art.art.artError: The 'number' type must be int.
```

ℹ️ Use `ART_NAMES` to access all arts name list (new in `Version 4.2`)

ℹ️ Use `NON_ASCII_ARTS` to access all Non-ASCII arts name list (new in `Version 4.6`)

ℹ️ Use `ASCII_ARTS` to access all ASCII arts name list (new in `Version 5.7`)

### ASCII text
Expand Down Expand Up @@ -340,7 +342,9 @@ Filename: test.txt
```

ℹ️ Use `FONT_NAMES` to access all fonts name list (new in `Version 4.2`)

ℹ️ Use `NON_ASCII_FONTS` to access all Non-ASCII fonts name list (new in `Version 4.4`)

ℹ️ Use `ASCII_FONTS` to access all ASCII fonts name list (new in `Version 5.7`)

### Line
Expand All @@ -355,6 +359,7 @@ This function prints a grid (`length` by `height`) of any given character in nor
```

ℹ️ New in `Version 6.4`

ℹ️ The default values are `length=15`, `height=1`, `char='#'`

#### 2. line
Expand All @@ -366,6 +371,7 @@ This function returns a grid (`length` by `height`) of any given character as `s
```

ℹ️ New in `Version 6.4`

ℹ️ The default values are `length=15`, `height=1`, `char='#'`


Expand Down

0 comments on commit 63a8ca2

Please sign in to comment.