From 8f158c7021626a542cf8d654ff64dc1b3bb094d6 Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Fri, 11 May 2018 18:03:46 +0200 Subject: [PATCH] Fix groupID in the artifact reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: