fix typo in readme (#439)
This commit is contained in:
parent
dd4ba4a1af
commit
c1c1040acc
|
|
@ -39,7 +39,7 @@ gem 'grape-swagger-entity'
|
|||
gem 'grape-swagger-representable'
|
||||
```
|
||||
|
||||
If you are not using Rails, make sure to load the parser inside your application initialization logic, e.g., via `require 'grape-swagger/entity'` or `require 'grape-swagger/representable'.
|
||||
If you are not using Rails, make sure to load the parser inside your application initialization logic, e.g., via `require 'grape-swagger/entity'` or `require 'grape-swagger/representable`.
|
||||
|
||||
##### Custom Model Parsers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue