diff --git a/README.md b/README.md index 4bf035f..f0d5250 100644 --- a/README.md +++ b/README.md @@ -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: