From cfc1919b7f23203ba40fb3ab69b859226e8ed9e0 Mon Sep 17 00:00:00 2001 From: Alex Rintt Date: Tue, 21 Feb 2023 16:51:13 -0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bb2bf0..69eba7a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ First we check [if there's a new update available](https://github.com/alexrintt/ https://github.com/alexrintt/pixelarticons/blob/96354a3b1e067484c743e016282c38ef6b03cf57/autoupdate/lib/has_new_release.dart#L8-L10 -We use a [custom key in the `pubspec.yaml`](https://github.com/alexrintt/pixelarticons/blob/96354a3b1e067484c743e016282c38ef6b03cf57/pubspec.yaml#L5) file to compare the current published version of pixel art icons with the latest repository pixel art icons repository. +We use a [custom key in the `pubspec.yaml`](https://github.com/alexrintt/pixelarticons/blob/96354a3b1e067484c743e016282c38ef6b03cf57/pubspec.yaml#L5) file to compare the current published version of pixel art icons with the latest repository pixel art icons version. If there is no update available, ignore it: