From 6b252ba23d6b041724e42b22e02c84b8df775da0 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 21 Jun 2021 19:49:20 +0200 Subject: [PATCH] docs: capitalize proper noun markdown (#10529) --- lib/datasource/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/datasource/readme.md b/lib/datasource/readme.md index 69ffd318c1..6edd5a829f 100644 --- a/lib/datasource/readme.md +++ b/lib/datasource/readme.md @@ -17,7 +17,7 @@ The config contains: - `deprecationMessage`: a string description of the package's deprecation notice, if applicable - `sourceUrl`: a HTTP URL pointing to the source code (e.g. on GitHub) - `homepage`: a HTTP URL for the package's homepage. Ideally should be empty if the homepage and sourceUrl are the same -- `changelogUrl`: a URL pointing to the package's Changelog (could be a markdown file, for example). If not present then Renovate will search the `sourceUrl` for a changelog file. +- `changelogUrl`: a URL pointing to the package's Changelog (could be a Markdown file, for example). If not present then Renovate will search the `sourceUrl` for a changelog file. - `tags`: an object mapping tag -> version, e.g. `tags: { latest: '3.0.0' }`. This is only used by the `followTags` function. ## getDigest -- GitLab