Skip to content

Commit ecbaa02

Browse files
authored
chore(doc): use proper search term and description (#274)
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.
1 parent 28fb633 commit ecbaa02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ localisation:
9595
## Finding projects
9696
9797
Finding projects depends on how the search API is structured for every hosting
98-
platform. For example, you can find all `publiccode.yml` on GitHub files by
99-
searching using the frontend or the API.
98+
platform. For example, you can find all `publiccode.yml` files in the root
99+
directory of projects on GitHub, either by using the search frontend or the API.
100100

101-
* [GitHub Search `path:publiccode.yml`](https://github.com/search?q=path%3Apubliccode.yml&type=code)
101+
* [GitHub Search `path:/^publiccode.yml$/`](https://github.com/search?q=path%3A%2F%5Epubliccode.yml%24%2F&type=code)
102102

103103
## Versioning
104104

0 commit comments

Comments
 (0)