README.md in rspec-api-docs-0.11.0 vs README.md in rspec-api-docs-0.12.0
- old
+ new
@@ -224,10 +224,10 @@
``` ruby
param :id, 'The id of a character', scope: :character, type: 'integer', required: true
param :name, "The character's name", scope: :character, type: 'string'
```
-#### `notes`
+#### `note`
Accepts a `note` and optional `level`.
- `level` [`Symbol`] one of `:success`, `:info`, `:warning`, or `:danger`. Defaults to `:info`
- `note` [`String`] the note