Skip to content

Commit

Permalink
fix markdowns [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKishenin committed Sep 26, 2014
1 parent 00dc4af commit bde82ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v0.9.0

* do not resolve urls which start with '#' #102
* add support for [#bower resolutions][] by @jasonayre [#107][]
* add support for [bower resolutions][] by @jasonayre [#107][]

[#bower resolutions]: http://jaketrent.com/post/bower-resolutions/
[#107]: https://github.com/42dev/bower-rails/pull/107
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ NOTE: Available dependency groups are `:dependencies` (default) and `:dev_depend

## Bower Resolutions

To specify a [#bower resolution][] use `resolution` DSL method in your Bowerfile:
To specify a [bower resolution][] use `resolution` DSL method in your Bowerfile:

```ruby
resolution "angular", "1.2.22"
Expand Down

0 comments on commit bde82ea

Please sign in to comment.