From f6fcac7aff9e09e23f562a8eba6a37db43512ff8 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 14 Jul 2016 16:47:26 +0200 Subject: [PATCH] README: Formatting detail --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39ca501..bfcce7e 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Because software tools are for people. If you don’t care, why are you contribu - If you are running it against a repository on a Github Enterprise install, you must specify *both* `--github-site` and `--github-api` command line options: - github_changelog_generator --github-site="https://github.yoursite.com" \ - --github-api="https://github.yoursite.com/api/v3/" + github_changelog_generator --github-site="https://github.yoursite.com" \ + --github-api="https://github.yoursite.com/api/v3/" This generates a changelog to the `CHANGELOG.md` file, with pretty markdown formatting.