README.md in dry-swagger-0.6.4 vs README.md in dry-swagger-0.7.0
- old
+ new
@@ -310,10 +310,10 @@
type: type, array: true, required: true/false, :it.config.nullable_type=> true/false
}
end.to_swagger()
-##Custom Configuration For Your Project
+## Custom Configuration For Your Project
You can override default configurations by changing the values in the `config/initializers/dry-swagger.rb` file generated from the rake command in the Installation section.
To modify the descriptions for the Contracts, modify the values in `config/locale/dry-swagger.yml`.
## Development