Skip to content

Commit 745b948

Browse files
committed
example added
1 parent cbd4929 commit 745b948

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jquery-fileupload-rails is a library that integrates jQuery File Upload for Rail
1414

1515
## Installing Gem
1616

17-
gem "jquery-fileupload-rails"
17+
gem "jquery-fileupload-rails", :github => 'addagger/jquery-fileupload-rails'
1818

1919
## Using the javascripts
2020

@@ -73,8 +73,8 @@ The `jquery.iframe-transport` fallback transport has some special caveats regard
7373

7474
Rails.application.config.middleware.use JQuery::FileUpload::Rails::Middleware
7575

76-
## [Example app](https://github.com/tors/jquery-fileupload-rails-paperclip-example)
77-
This app uses paperclip and twitter-bootstrap-rails
76+
## [Example app](https://github.com/addagger/jquery-fileupload-rails-example)
77+
This app uses paperclip and [anjlab-bootstrap-rails](https://github.com/anjlab/bootstrap-rails)
7878

7979
You can also check out Ryan Bate's RailsCast [jQuery File Upload episode](http://railscasts.com/episodes/381-jquery-file-upload). You will
8080
need a pro account to watch it though.

0 commit comments

Comments
 (0)