From 4f5593e7bff2d65acb957b4c7eba791743d07a37 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Wed, 28 Nov 2012 23:22:44 -0600 Subject: [PATCH] Fixed a link with incorrect markdown syntax Fixed a link to "semver" with incorrect markdown syntax. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ecc1fa2..10be284e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ For now, `name`, `version`, `main`, and `dependencies` are the only properties t } ``` -Bower only recognizes versions that follow the (semver)[http://semver.org/] specification. +Bower only recognizes versions that follow the [semver](http://semver.org/) specification. There should only be at most one file per file type in the `main` list. So only one `.js` or `.css`. ### Installing dependencies