Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Nerian/bootstrap-wysihtml5-rails
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
Nerian committed Jun 8, 2014
2 parents c8851a4 + 59f3d23 commit 5660f4d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Bootstrap Wysihtml5 for Rails
# Bootstrap wysihtml5 for Rails

[![Gem Version](https://badge.fury.io/rb/bootstrap-wysihtml5-rails.png)](http://badge.fury.io/rb/bootstrap-wysihtml5-rails)

[![endorse](https://api.coderwall.com/nerian/endorsecount.png)](https://coderwall.com/nerian)

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
[Bootstrap](http://getbootstrap.com) is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

http://twitter.github.com/bootstrap/

Expand All @@ -31,8 +30,7 @@ or you can install from latest build;
``` ruby
gem 'bootstrap-wysihtml5-rails', :git => 'git://github.com/Nerian/bootstrap-wysihtml5-rails.git'
```

and run bundle install.
and run `bundle install`.

This gem doesn't include Bootstrap. You can get Bootstrap here: https://github.com/twbs/bootstrap-sass

Expand Down Expand Up @@ -89,7 +87,7 @@ $(document).on('page:load', function(){
```

## License
Copyright (c) 2012-2013 Gonzalo Rodríguez-Baltanás Díaz
Copyright (c) 2012-2014 Gonzalo Rodríguez-Baltanás Díaz

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Expand Down

0 comments on commit 5660f4d

Please sign in to comment.