mwunsch / handlebars.scala

A Scala implementation of the Handlebars templating language (a superset of Mustache).
Apache License 2.0
112 stars 40 forks source link

Readme typo #45

Closed joprice closed 10 years ago

joprice commented 10 years ago

Looks like a typo in the documentation:

scala> import com.gilt.handlebars.scala.scala.binding.dynamic._
<console>:14: error: object scala is not a member of package com.gilt.handlebars.scala
       import com.gilt.handlebars.scala.scala.binding.dynamic._
scala> import com.gilt.handlebars.scala.binding.dynamic._
import com.gilt.handlebars.scala.binding.dynamic._