From b508dbf3e30e9c86d2b6b547322b8ea3ba5ab7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 3 Aug 2025 09:24:00 +0200 Subject: [PATCH] Fix link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aabc31e..d218be4 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ [![ci](https://github.com/syntatis/wp-plugin-readme-parser/actions/workflows/ci.yml/badge.svg)](https://github.com/syntatis/wp-plugin-readme-parser/actions/workflows/ci.yml) ![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/syntatis/wp-plugin-readme-parser/php?color=%237A86B8) -This package may be used to parse the `readme.txt` or `readme.md` file of a WordPress plugin to extract metadata about the plugin, such as the plugin name, required PHP version, tested, and description. It is derived directly from [the WordPress.org's readme parser](https://github.com/WordPress/wordpress.org/tree/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory), but with a few modifications to make it compatible with a wider range of PHP versions. +This package may be used to parse the `readme.txt` or `readme.md` file of a WordPress plugin to extract metadata about the plugin, such as the plugin name, required PHP version, tested, and description. It is derived directly from [the WordPress.org's readme parser](https://github.com/WordPress/wordpress.org/tree/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme), but with a few modifications to make it compatible with a wider range of PHP versions.