diff --git a/lib/modules/datasource/readme.md b/lib/modules/datasource/readme.md index 1eea47cd904a7dc720888ba9cc6e1dd0c3e1ca6e..bb797f9e4d5011721258955e5cf36694cbeba254 100644 --- a/lib/modules/datasource/readme.md +++ b/lib/modules/datasource/readme.md @@ -7,7 +7,7 @@ Datasources are used in Renovate primarily to fetch released versions of package New datasources _must_ follow the class-based programming style. Use the `adoptium-java` datasource as a reference. -Add the datasource to the API in [`api.ts`](api.ts) so that the new datasource is usable. If you encounter `Pending mocks!` errors in the jest tests and your mocked URLs are correct, ensure the datasource is correctly registered. +Add the datasource to the API in [`api.ts`](api.ts) so that the new datasource is usable. If you find `Pending mocks!` errors in the Jest tests and your mocked URLs are correct, ensure the datasource is correctly registered. ## getReleases