소스 검색

Add nuget project in README

Emanuele Marchi 11 년 전
부모
커밋
63545ebb5a
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 3 0
      README.md

+ 1 - 0
.gitignore

@@ -1,4 +1,5 @@
 .grunt
+npm-debug.log
 node_modules
 components
 .idea/

+ 3 - 0
README.md

@@ -43,6 +43,9 @@ If you want to use your bootstrap variables, include `bootstrap-switch.less` in
 ## AngularJs
 A custom directive is available [here](https://github.com/frapontillo/angular-bootstrap-switch)
 
+## NuGet
+A NuGet package is available [here](https://github.com/blachniet/bootstrap-switch-nuget)
+
 ## Supported browsers
 
 IE8+ and all the other modern browsers (until proven otherwise: submit a issue and let's see what we can do).