From 313a4f36136f0d01d8edaeec414295868a6104db Mon Sep 17 00:00:00 2001 From: Nagesh K Date: Tue, 28 Jul 2026 10:49:07 +0400 Subject: [PATCH] docs: fix outdated file reference for excluding countries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf7789949..3cdfbcc40 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ To serve it on `localhost:8000` $ yarn start ``` -To have only specific countries in the css file, remove the ones that you don't need from the [`_flag-icons-list.scss`](sass/_flag-icons-list.scss) file and build it again. +To have only specific countries in the css file, edit the `$flag-icons-included-countries` list in [`sass/_variables.scss`](https://github.com/lipis/flag-icons/blob/main/sass/_variables.scss) and build it again. ## Credits