Skip to content

Commit

Permalink
Merge pull request bower#163 from JamesMGreene/patch-1
Browse files Browse the repository at this point in the history
Fixed a link with incorrect markdown syntax
  • Loading branch information
paulirish committed Nov 29, 2012
2 parents 7ba28d5 + 4f5593e commit fa55112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa55112

Please sign in to comment.