Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Http.get(s"http://localhost:$port/", { response: ServerResponse =>
To add the `Express` binding to your project, add the following to your build.sbt:

```sbt
libraryDependencies += "io.scalajs" %%% "express" % "0.4.2"
libraryDependencies += "io.scalajs.npm" %%% "express" % "0.4.2"
```

Optionally, you may add the Sonatype Repository resolver:
Expand Down