From 9d4069bcfef22b41fc9ab58301f70ddc96b9e6e0 Mon Sep 17 00:00:00 2001 From: domaindrivendev Date: Wed, 19 Oct 2016 00:37:06 -0700 Subject: [PATCH] A minor readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73eeb2f..d0b86ae 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,8 @@ The steps described above will get you up and running with minimal setup. Howeve |Gem|Description|Added/Updated| |---------|-----------|-------------| |__rswag-specs__|Swagger-based DSL for rspec & accompanying rake task for generating Swagger files|_spec/swagger_helper.rb_| -|__rswag-api__ |Rails Engine that exposes the Swagger files as JSON endpoints|_config/initializers/rswag-api.rb, config/routes.rb_| -|__rswag-ui__ |Rails Engine that includes [swagger-ui](https://github.com/swagger-api/swagger-ui) and powers it from the Swagger endpoints|_config/initializers/rswag-ui.rb, config/routes.rb_| +|__rswag-api__ |Rails Engine that exposes your Swagger files as JSON endpoints|_config/initializers/rswag-api.rb, config/routes.rb_| +|__rswag-ui__ |Rails Engine that includes [swagger-ui](https://github.com/swagger-api/swagger-ui) and powers it from your Swagger endpoints|_config/initializers/rswag-ui.rb, config/routes.rb_| ### Output Location for Generated Swagger Files ###