Skip to content

Commit f478709

Browse files
update readme
1 parent dcde0ad commit f478709

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img alt="test passing" src="https://img.shields.io/github/actions/workflow/status/josueBarretogit/manga-tui/test.yml?label=tests">
1111
</a>
1212
<a href="https://crates.io/crates/manga-tui">
13-
<img alt="crates io downloads" src="https://img.shields.io/crates/d/manga-tui?logo=rust&label=crates.io downloads">
13+
<img alt="Crates.io downloads" src="https://img.shields.io/crates/d/manga-tui">
1414
</a>
1515
<a href="https://github.com/josueBarretogit/manga-tui/releases/latest">
1616
<img alt="downloads" src="https://img.shields.io/github/downloads/josuebarretogit/manga-tui/total">
@@ -40,7 +40,8 @@
4040

4141
## Features
4242

43-
- [Mangadex](https://mangadex.org/) and [Weebcentral](https://weebcentral.com/) are available as manga providers
43+
- [Mangadex](https://mangadex.org/), [Weebcentral](https://weebcentral.com/) and [MangaPill](https://mangapill.com) are available as manga providers (many more willl be added!)
44+
so if any one goes down you can still use manga-tui
4445

4546
- Track your reading history with [anilist integration](./docs/anilist.md)
4647

@@ -64,7 +65,7 @@
6465

6566
<https://github.com/user-attachments/assets/26ad493f-633c-41fc-9d09-49b316118923>
6667

67-
### Join the [discord](https://discord.gg/jNzuDCH3) server for further help, feature requests or to chat with contributors
68+
### Join the [discord](https://discord.gg/SeqsWUCpVx) server for further help, feature requests or to chat with contributors
6869

6970
## Dependencies
7071

@@ -206,7 +207,7 @@ check_new_updates = true
206207

207208
# Sets which manga provider will be used when running manga-tui,
208209
# you can override it by running manga-tui with the -p flag like this: manga-tui -p weebcentral
209-
# values: mangadex, weebcentral
210+
# values: mangadex, weebcentral, mangapill
210211
# default: "mangadex"
211212
default_manga_provider = "mangadex"
212213

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl ConfigParam for DefaultMangaProvider {
249249
}
250250

251251
fn values(&self) -> &'static str {
252-
"mangadex, weebcentral"
252+
"mangadex, weebcentral, mangapill"
253253
}
254254

255255
fn defaults(&self) -> &'static str {

0 commit comments

Comments
 (0)