From 4023e9ca912c6c86e2db4eea541490f759e89793 Mon Sep 17 00:00:00 2001 From: Brian Henry <BrianHenryIE@gmail.com> Date: Mon, 18 Mar 2024 19:25:52 -0700 Subject: [PATCH] Fix hyperlink "solutions provided by me" text was pointing to "issues created by me" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ab1aa7..c3194152 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ If you prefer to use Composer's autoloader, add your `target_directory` (default ## Motivation & Comparison to Mozart -I was happy to make PRs to Mozart to fix bugs, but they weren't being reviewed and merged. At the time of writing, somewhere approaching 50% of Mozart's code [was written by me](https://github.com/coenjacobs/mozart/graphs/contributors) with an additional [nine open PRs](https://github.com/coenjacobs/mozart/pulls?q=is%3Apr+author%3ABrianHenryIE+) and the majority of issues' solutions [provided by me](https://github.com/coenjacobs/mozart/issues/created_by/BrianHenryIE). This fork is a means to merge all outstanding bugfixes I've written and make some more drastic changes I see as a better approach to the problem. +I was happy to make PRs to Mozart to fix bugs, but they weren't being reviewed and merged. At the time of writing, somewhere approaching 50% of Mozart's code [was written by me](https://github.com/coenjacobs/mozart/graphs/contributors) with an additional [nine open PRs](https://github.com/coenjacobs/mozart/pulls?q=is%3Apr+author%3ABrianHenryIE+) and the majority of issues' solutions [provided by me](https://github.com/coenjacobs/mozart/issues?q=is%3Aissue+). This fork is a means to merge all outstanding bugfixes I've written and make some more drastic changes I see as a better approach to the problem. Benefits over Mozart: