Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmunier committed Sep 2, 2016
1 parent 332562b commit a0c8a9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Small library which provides a few Twirl templates to link Scala.js output scrip

*Since the Play dependency was dropped, the project has been renamed from `play-scalajs-scripts` to `scalajs-scripts`.*

## Setup

Add the library to `build.sbt`:
```
libraryDependencies += "com.vmunier" %% "scalajs-scripts" % "1.0.0"
```

## Available Twirl Templates

There are four Twirl templates: `scripts.scala.html`, `selectScript.scala.html`, `jsdeps.scala.html`, `launcher.scala.html`.
Expand Down

0 comments on commit a0c8a9f

Please sign in to comment.