Skip to content

Commit 71236ff

Browse files
committed
Fix typo in README
1 parent 2038290 commit 71236ff

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)