diff --git a/README.md b/README.md index 5dccf5fe2..d87bfaf4f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Tests](https://github.com/webcomics/dosage/actions/workflows/test.yml/badge.svg)](https://github.com/webcomics/dosage/actions/workflows/test.yml) [![Code Climate](https://codeclimate.com/github/webcomics/dosage/badges/gpa.svg)](https://codeclimate.com/github/webcomics/dosage) [![codecov](https://codecov.io/gh/webcomics/dosage/branch/master/graph/badge.svg)](https://codecov.io/gh/webcomics/dosage) -![Maintenance](https://img.shields.io/maintenance/yes/2022.svg) +![Maintenance](https://img.shields.io/maintenance/yes/2023.svg) ![License](https://img.shields.io/github/license/webcomics/dosage) Dosage is designed to keep a local copy of specific webcomics and other @@ -122,7 +122,7 @@ should support, please feel free to request them. ## Extending Dosage In order to add a new webcomic, a new module class has to be created in one of -the *.py files in the `dosagelib/plugins` subdirectory. Look at the +the *.py files in one the `dosagelib/plugins` subdirectory. Look at the [documentation for adding modules](doc/adding_new_comics.md) and at existing module classes for examples.