mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-27 14:57:43 +00:00
Merge pull request #86 from dblock/fix-bigger-equal
Fix: markdown for >=.
This commit is contained in:
commit
1995ba4676
1 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ See [UPGRADING](UPGRADING.md) if you're upgrading from a previous version.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
* >= Ruby v2.2
|
* >= Ruby v2.2
|
||||||
* >= [grape](https://github.com/ruby-grape/grape) v0.8.0
|
* >= [grape](https://github.com/ruby-grape/grape) v0.8.0
|
||||||
* >= [active_model_serializers](https://github.com/rails-api/active_model_serializers) v0.10.0
|
* >= [active_model_serializers](https://github.com/rails-api/active_model_serializers) v0.10.0
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue