Browse Source

更新 'README.md'

root 7 years ago
parent
commit
09dc4311f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,12 +1,12 @@
 # 依赖和注入
-### angular-resource [Git](https://github.com/angular/bower-angular-resource)
+### [angular-resource](https://github.com/angular/bower-angular-resource)
     bower install angular-resource@1.5.3 --save
 
     <script src="lib/angular-resource/angular-resource.js"></script>
 
     angular.module('myApp', ['ngResource']);
 
-### angular-underscore-module [Git](https://github.com/andresesfm/angular-underscore-module)
+### [angular-underscore-module](https://github.com/andresesfm/angular-underscore-module)
     bower install angular-underscore-module --save
     
     <script src="lib/underscore/underscore-min.js"></script>