Skip to content

Commit

Permalink
docs: update README.md, acknowledge Edge_TTS, and fix TOC
Browse files Browse the repository at this point in the history
- Modify README.md to include an acknowledgement for Edge_TTS and address issues with the Table of Contents (TOC).
  • Loading branch information
rajtilakjee committed Nov 27, 2023
1 parent 193de41 commit 706d3d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ labels: ''
assignees: ''

---


1 change: 0 additions & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ jobs:
# skips: # optional, default is DEFAULT
# path to a .bandit file that supplies command line arguments
# ini_path: # optional, default is DEFAULT

9 changes: 0 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ repos:
- python
args: ["--max-line-length=1000", "--ignore=E203, E999"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
- id: prettier # An opinionated code formatter supporting multiple languages.
name: prettier
types_or:
- yaml
- markdown

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.6
Expand Down
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- omit in toc -->

# KeepYourMouthShut - Acid Reflux for your Ears!

![GitHub release (with filter)](https://img.shields.io/github/v/release/rajtilakjee/keepyourmouthshut) &nbsp; ![GitHub License](https://img.shields.io/github/license/rajtilakjee/keepyourmouthshut) &nbsp; ![GitHub Repo stars](https://img.shields.io/github/stars/rajtilakjee/keepyourmouthshut) &nbsp; ![GitHub forks](https://img.shields.io/github/forks/rajtilakjee/keepyourmouthshut) &nbsp; ![GitHub repo size](https://img.shields.io/github/repo-size/rajtilakjee/keepyourmouthshut)
Expand All @@ -8,17 +7,16 @@ KeepYourMouthShut is an AI-assisted, 360-degree podcast solution API. It has a d

## Table of Content

- [KeepYourMouthShut - Acid Reflux for your Ears!](#keepyourmouthshut---acid-reflux-for-your-ears)
- [Table of Content](#table-of-content)
- [Installation](#installation)
- [Running the Tests](#running-the-tests)
- [Deployment](#deployment)
- [Built With](#built-with)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Inspiration](#inspiration)
- [License](#license)
- [Citation](#citation)
- [Table of Content](#table-of-content)
- [Installation](#installation)
- [Running the Tests](#running-the-tests)
- [Deployment](#deployment)
- [Built With](#built-with)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Inspiration](#inspiration)
- [License](#license)
- [Citation](#citation)

## Installation

Expand Down

0 comments on commit 706d3d6

Please sign in to comment.