README.md in skim-0.9.3 vs README.md in skim-0.10.0
- old
+ new
@@ -5,18 +5,11 @@
with embedded CoffeeScript. It compiles to JavaScript templates (`.jst`), which can then be served by Rails or any other
Sprockets-based asset pipeline.
# Usage
-`gem install skim`, or add `skim` to your `Gemfile` in the `:assets` group:
-
-```ruby
-group :assets do
- gem 'skim'
-end
-```
-
-Create template files with the extension `.jst.skim`. For example, `test.jst.skim`:
+`gem install skim`, or add `skim` to your `Gemfile`. Create template files with the extension
+`.jst.skim`. For example, `test.jst.skim`:
```jade
p Hello #{@world}!
```