fixing git url on README, ref #17
authorDickson S. Guedes <[email protected]>
Wed, 12 Oct 2011 18:00:43 +0000 (15:00 -0300)
committerDickson S. Guedes <[email protected]>
Wed, 12 Oct 2011 18:00:43 +0000 (15:00 -0300)
README.md
Rakefile

index 2aaa9bbac2847db00b642f71e6db7f1dd284258b..df911d096ced7618b0740c8fc5406329915b6420 100644 (file)
--- 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
index d1501c4b48da2d13b9dba8263959348eceb36ac5..f373afdb5e09724b5bbdf73dca18c92851f2c0e0 100644 (file)
--- 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