Skip to content

Commit f07052a

Browse files
authored
Update discord color and option text
1 parent 9d48c96 commit f07052a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![build](https://img.shields.io/github/workflow/status/DenverCoder1/table2ascii/Python%20application/main)](https://github.com/DenverCoder1/table2ascii/actions/workflows/python-app.yml)
44
[![version](https://img.shields.io/pypi/v/table2ascii)](https://pypi.org/project/table2ascii/)
55
[![license](https://img.shields.io/pypi/l/table2ascii)](https://github.com/DenverCoder1/table2ascii/blob/main/LICENSE)
6-
[![Discord](https://img.shields.io/discord/819650821314052106?color=7289DA&logo=discord&logoColor=white "Dev Pro Tips Discussion & Support Server")](https://discord.gg/fPrdqh3Zfu)
6+
[![Discord](https://img.shields.io/discord/819650821314052106?color=5865F2&logo=discord&logoColor=white "Dev Pro Tips Discussion & Support Server")](https://discord.gg/fPrdqh3Zfu)
77

88
Module for converting 2D Python lists to a fancy ASCII/Unicode tables
99

@@ -161,8 +161,6 @@ See a list of all preset styles [here](/style_list).
161161

162162
All parameters are optional.
163163

164-
Soon table2ascii will support more options for customization.
165-
166164
| Option | Type | Default | Description |
167165
| :-----------------: | :---------------: | :----------: | :----------------------------------------------------------------------------------------: |
168166
| `header` | `List[str]` | `None` | First row of table seperated by header row seperator |

0 commit comments

Comments
 (0)