Skip to content

Commit a89d31a

Browse files
committed
Merge pull request julienba#15 from smola/patch-1
Fix typo in README
2 parents 2038290 + 71236ff commit a89d31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).se
3535

3636
* add [mustache.js](https://github.com/janl/mustache.js/) in your project asset
3737

38-
* add com.jba.Mustache in default template import or import it in your view files
38+
* add org.jba.Mustache in default template import or import it in your view files
3939

4040
```
4141
val main = PlayProject(appName, appVersion, appDependencies, mainLang = SCALA).settings(

0 commit comments

Comments
 (0)