diff --git a/README.md b/README.md index c70fd0c..831a53c 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ lazy val root = (project in (".")) openAPIOutputPackage := "com.enfore.model", libraryDependencies += "com.enfore" %% "openapi-lib" % "" ) - .enablePlugins(OpenapiPlugin) + .enablePlugins(OpenAPIPlugin) ``` ### SBT Settings @@ -128,7 +128,7 @@ Following are the settings available for your SBT project. **openAPIOutput**: Output directory for the OpenAPI. Defaults to managed sources — `openapi`. -**openAPIOutputPacakge**: Name of the package to be used for OpenAPI components. +**openAPIOutputPackage**: Name of the package to be used for OpenAPI components. **routeImplementations**: A List of `com.enfore.apis.generator.RouteImplementation`, which controls which kind of routes should be generated. Find out more about [routes](#Routes)