Skip to content

Commit

Permalink
Clarified README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed May 29, 2015
1 parent 4c7744e commit 3091378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Grape API w/ Versioning Fallback

[![Build Status](https://secure.travis-ci.org/dblock/grape-on-rack-v1-inside-v2.png)](http://travis-ci.org/dblock/grape-on-rack-v1-inside-v2)

A [Grape](http://github.com/intridea/grape) API mounted on Rack with two versions where `v2` builds incrementally on top of `v1`. In this example the `only_in_v1` method is only implemented on version `v1`, while the root method is implemented on both versions.
A [Grape](http://github.com/intridea/grape) API mounted on Rack with two versions where `v2` builds incrementally on top of `v1`. In this example the `only_in_v1` method is only implemented on version `v1`, the root method is implemented on both versions, etc.

Run
---
Expand Down

0 comments on commit 3091378

Please sign in to comment.