README.md in onebox-1.2.0 vs README.md in onebox-1.2.1
- old
+ new
@@ -137,14 +137,14 @@
expect(html).to include(link)
end
end
```
- 4. Create new handlebars template
+ 4. Create new mustache template
``` html
- # in templates/name.handlebars
+ # in templates/name.mustache
<div class="onebox">
<a href="{{url}}">
<h1>{{name}}</h1>
<h2 class="host">example.com</h2>
<img src="{{image}}" />
@@ -160,10 +160,10 @@
```
6. Require in Engine module
``` ruby
- # in lib/onebox/engine/engine.rb
+ # in lib/onebox/engine.rb
require_relative "engine/name_onebox"
```
Installing