From ae76ed87bd91843c20ea902cd1edc4f73dfd06b0 Mon Sep 17 00:00:00 2001 From: johannes karoff Date: Thu, 1 Apr 2021 14:52:06 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)