diff --git a/README.md b/README.md index 10e5a04..1150987 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ libraryDependencies ++= Seq( import slogging._ // activate SLF4J backend -LoggerConfig.factory = SLF4JFactory() +LoggerConfig.factory = SLF4JLoggerFactory() ``` ### Scala.js