From f07052af0e7087f342af3affd441c5519a2c072a Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Thu, 10 Jun 2021 22:04:31 +0300 Subject: [PATCH] Update discord color and option text --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b26821c..a96f2e8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![build](https://img.shields.io/github/workflow/status/DenverCoder1/table2ascii/Python%20application/main)](https://github.com/DenverCoder1/table2ascii/actions/workflows/python-app.yml) [![version](https://img.shields.io/pypi/v/table2ascii)](https://pypi.org/project/table2ascii/) [![license](https://img.shields.io/pypi/l/table2ascii)](https://github.com/DenverCoder1/table2ascii/blob/main/LICENSE) -[![Discord](https://img.shields.io/discord/819650821314052106?color=7289DA&logo=discord&logoColor=white "Dev Pro Tips Discussion & Support Server")](https://discord.gg/fPrdqh3Zfu) +[![Discord](https://img.shields.io/discord/819650821314052106?color=5865F2&logo=discord&logoColor=white "Dev Pro Tips Discussion & Support Server")](https://discord.gg/fPrdqh3Zfu) Module for converting 2D Python lists to a fancy ASCII/Unicode tables @@ -161,8 +161,6 @@ See a list of all preset styles [here](/style_list). All parameters are optional. -Soon table2ascii will support more options for customization. - | Option | Type | Default | Description | | :-----------------: | :---------------: | :----------: | :----------------------------------------------------------------------------------------: | | `header` | `List[str]` | `None` | First row of table seperated by header row seperator |