fix typo in readme (#439)

This commit is contained in:
Anton Chuchkalov 2016-05-27 13:49:43 +03:00 committed by peter scholz
parent dd4ba4a1af
commit c1c1040acc
1 changed files with 1 additions and 1 deletions

View File

@ -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