diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 8b13c774ac23..aa86680b1b75 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -91,6 +91,8 @@ const callouts = [
  • Maven Plugin
  • Gradle Plugin
  • Bazel Plugin
  • +
  • SBT Plugin
  • +
  • Cake Plugin
  • CLI via Homebrew
  • CLI via Docker
  • CLI via npm
  • @@ -158,7 +160,7 @@ const callouts = [ className="href">petstore.yaml doc:

    {` - openapi-generator generate -i petstore.yaml -g ruby -o /tmp/test/ + openapi-generator-cli generate -i petstore.yaml -g ruby -o /tmp/test/ `}

    ),