=== Brevio Reading Duration ===
Contributors: meowmeow123123
Tags: reading time, word count, posts, estimated read
Requires at least: 5.0
Tested up to: 7.0
Stable tag: 1.0.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Displays an estimated reading time at the top of each blog post.

== Description ==

Brevio Reading Duration automatically calculates and displays how long it will take to read each blog post. It uses an average reading speed of 250 words per minute and shows a short label like "3 min read" at the top of the post content.

Features:

* Lightweight with no settings page or database queries.
* Works automatically on all posts.
* Filterable reading speed via the `brevio_words_per_minute` filter for developers.
* Translation ready.

== Installation ==

1. Upload the `brevio-reading-duration` folder to `/wp-content/plugins/`.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Reading time will automatically appear on your posts.

== Frequently Asked Questions ==

= Can I change the words per minute? =

Yes. Developers can use the `brevio_words_per_minute` filter to adjust the default speed of 250 words per minute.

= Where does the reading time appear? =

It appears at the top of the post content on single post pages.

== Changelog ==

= 1.0.0 =
* Initial release.
