From 3e67031bebf398b9da731bf32c3b2dd79c8053f5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 11 Jun 2022 23:39:44 +0100 Subject: [PATCH] Fixed minor typo in the pod. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffefd1..2d089b2 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ my @addons = $repo->list( framework => '5.0.x' ); say $_ for @addons; ``` -Both snippets print a simple list of addon names. If you want to +Both snippets print a simple list of addon names. If you want to create a list with more information, you can use ```perl