From fcb4c3a8c5c6a3f2c7e6ed0756d0c02776602e7e Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 14 Mar 2018 14:56:04 -0400 Subject: [PATCH] Fix: markdown for >=. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 863edd2..823fae2 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ See [UPGRADING](UPGRADING.md) if you're upgrading from a previous version. ## Dependencies -* >= Ruby v2.2 -* >= [grape](https://github.com/ruby-grape/grape) v0.8.0 -* >= [active_model_serializers](https://github.com/rails-api/active_model_serializers) v0.10.0 +* >= Ruby v2.2 +* >= [grape](https://github.com/ruby-grape/grape) v0.8.0 +* >= [active_model_serializers](https://github.com/rails-api/active_model_serializers) v0.10.0 ## Usage