Skip to content

Commit 4d62c7f

Browse files
committed
README update
1 parent 997e506 commit 4d62c7f

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
# Bootstrap Wysihtml5 for Rails
1+
# Bootstrap wysihtml5 for Rails
22

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

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

7-
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
8-
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
7+
[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.
98

10-
http://twitter.github.com/bootstrap/
11-
12-
Bootstrap Wysihtml5 is a plugin for Bootstrap designed by James Hollingworth. It provides a stylish wysiwyg editor for Bootstrap.
13-
14-
https://github.com/jhollingworth/bootstrap-wysihtml5
15-
16-
bootstrap-wysihtml5-rails project integrates it with Rails 3 assets pipeline.
9+
[Bootstrap wysihtml5](https://github.com/jhollingworth/bootstrap-wysihtml5) is a plugin for Bootstrap designed by James Hollingworth. It provides a stylish WYSIWYG editor for Bootstrap. bootstrap-wysihtml5-rails project integrates it with Rails 3+ assets pipeline.
1710

1811
https://github.com/Nerian/bootstrap-wysihtml5-rails
1912

@@ -28,13 +21,12 @@ gem 'bootstrap-wysihtml5-rails'
2821
or you can install from latest build;
2922

3023
``` ruby
31-
gem 'bootstrap-wysihtml5-rails', :require => 'bootstrap-wysihtml5-rails',
32-
:git => 'git://github.com/Nerian/bootstrap-wysihtml5-rails.git'
24+
gem 'bootstrap-wysihtml5-rails', require: 'bootstrap-wysihtml5-rails', github: 'Nerian/bootstrap-wysihtml5-rails'
3325
```
3426

35-
and run bundle install.
27+
and run `bundle install`.
3628

37-
This gem doesn't include Bootstrap. You can get Bootstrap here: https://github.com/anjlab/bootstrap-rails
29+
This gem doesn't include Bootstrap. You can get bootstrap-sass here: https://github.com/twbs/bootstrap-sass
3830

3931
## Configuration
4032

@@ -96,7 +88,7 @@ $(document).on('page:load', function(){
9688
```
9789

9890
## License
99-
Copyright (c) 2012-2013 Gonzalo Rodríguez-Baltanás Díaz
91+
Copyright (c) 2012-2014 Gonzalo Rodríguez-Baltanás Díaz
10092

10193
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:
10294
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

0 commit comments

Comments
 (0)