README.md in skellington-0.8.9 vs README.md in skellington-0.9.0.pre.rc1
- old
+ new
@@ -11,18 +11,18 @@
Extremely opinionated generator for your [Sinatra](http://www.sinatrarb.com/) app or [Jekyll](https://jekyllrb.com/) site. Sets up:
* Sinatra
* [Rspec](http://rspec.info/)
* [Jasmine](http://jasmine.github.io/2.0/introduction.html)
- * [Bootstrap](http://getbootstrap.com/)
- * [Compass](http://compass-style.org/)
+ * [Bootstrap 4](http://getbootstrap.com/)
+ * [Sass](https://sass-lang.com/)
* An MIT License file
* A Code-of-Conduct file
* Jekyll
* [Jekyll](https://jekyllrb.com/)
- * [Bootstrap](http://getbootstrap.com/)
+ * [Bootstrap 4](http://getbootstrap.com/)
* Reasonable default things
* An MIT License file
* A Code-of-Conduct file
Should work fine for both RVM- and rbenv-based setups
@@ -101,15 +101,9 @@
* --framework
* Framework for which to generate
* Default: sinatra
* Possible values: sinatra, jekyll
-
-* --bootstrap
- * Bootstrap major version to include
- * Default: 3
- * Possible values: 3, 4
- * VERY EXPERIMENTAL
* --licensor
* Name to include in the license file
---