From eb2af742a0b483b4587ed1c591a06740652885ae Mon Sep 17 00:00:00 2001 From: "Dickson S. Guedes" Date: Wed, 12 Oct 2011 15:00:43 -0300 Subject: [PATCH] fixing git url on README, ref #17 --- README.md | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2aaa9bb..df911d0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ It is all about tasks. Let's see them: create my_cool_extension/test/sql/base.sql You can start creating an extension with or without version control. By default `pgxn-utils` -supports (git)[http://git-scm.org] but it will not create a repository unless you use `--git` +supports [git](http://git-scm.org) but it will not create a repository unless you use `--git` option in the skeleton task. $ pgxn-utils skeleton my_cool_versioned_extension --git diff --git a/Rakefile b/Rakefile index d1501c4..f373afd 100644 --- a/Rakefile +++ b/Rakefile @@ -58,7 +58,7 @@ It is all about tasks. Let's see them: #{format_cmd_output("skeleton my_cool_extension -p /tmp")} You can start creating an extension with or without version control. By default `pgxn-utils` -supports (git)[http://git-scm.org] but it will not create a repository unless you use `--git` +supports [git](http://git-scm.org) but it will not create a repository unless you use `--git` option in the skeleton task. $ pgxn-utils skeleton my_cool_versioned_extension --git -- 2.39.5