Skip to content

Commit

Permalink
doc: update project links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
v12 committed Jun 2, 2015
1 parent 7a94bba commit e9fdbb4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [ng-xslt]
# [angular-xslt][project-page]
Angular filter that transforms XML using provided XSLT

## Installation
Expand All @@ -7,18 +7,17 @@ Via [Bower]:
bower install ng-xslt --save
```

Via [npm]
Via [npm]:
```
npm install angular-xslt --save
```

## Usage
See an [example usage] page published on Github Pages
See an [example usage][project-page] page published on Github Pages

## Licence
[MIT](LICENSE)

[ng-xslt]: http://v12.github.io/angular-xslt/
[example usage]: http://v12.github.io/angular-xslt/
[project-page]: http://krtnio.github.io/angular-xslt/
[Bower]: http://bower.io/
[npm]: https://npmjs.org/

0 comments on commit e9fdbb4

Please sign in to comment.