Skip to content
This repository was archived by the owner on Jul 10, 2021. It is now read-only.

Commit a29decd

Browse files
committed
Fix Markdown links in README
1 parent e1f9838 commit a29decd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ its package manager (npm) installed. You can get them from [http://nodejs.org/]
3333
We have two kinds of dependencies in this project: tools and angular framework code. The tools help
3434
us manage and test the application.
3535

36-
* We get the tools we depend upon via `npm`, the [node package manager][https://www.npmjs.com/].
37-
* We get the angular code via `bower`, a [client-side code package manager][http://bower.io/].
36+
* We get the tools we depend upon via `npm`, the [node package manager](https://www.npmjs.com/).
37+
* We get the angular code via `bower`, a [client-side code package manager](http://bower.io/).
3838

3939
We have preconfigured `npm` to automatically run `bower` so we can simply do:
4040

0 commit comments

Comments
 (0)