Merge pull request #163 from JamesMGreene/patch-1

Fixed a link with incorrect markdown syntax
This commit is contained in:
Paul Irish
2012-11-28 21:35:00 -08:00

View File

@@ -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