From 08d771644711d6d04da3b1c9c85a066cc4bd6e80 Mon Sep 17 00:00:00 2001 From: Florian von Samson <167841080+fvsamson@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:07:34 +0100 Subject: [PATCH] [README.md] Use proper search term and description Narrow down the search significantly, in order to solely find files named `publiccode.yml` in the root directory of projects on GitHub. Also describe that concisely. Note, before all files which contained the string `publiccode.yml` somewhere in their file-path were emitted. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecffeb97..61e377f7 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ localisation: ## Finding projects Finding projects depends on how the search API is structured for every hosting -platform. For example, you can find all `publiccode.yml` on GitHub files by -searching using the frontend or the API. +platform. For example, you can find all `publiccode.yml` files in the root +directory of projects on GitHub, either by using the search frontend or the API. -* [GitHub Search `path:publiccode.yml`](https://github.com/search?q=path%3Apubliccode.yml&type=code) +* [GitHub Search `path:/^publiccode.yml$/`](https://github.com/search?q=path%3A%2F%5Epubliccode.yml%24%2F&type=code) ## Versioning