refer to v4 in readme

This commit is contained in:
Thomas Reynolds 2014-07-05 18:46:39 -07:00
parent 7e47006f4f
commit a19c1cbecc

View file

@ -102,7 +102,7 @@ introduced with new major versions. As a result of this policy, you can (and
should) specify a dependency on this gem using the [Pessimistic Version
Constraint][pvc] with two digits of precision. For example:
spec.add_dependency 'middleman-core', '~> 3.0'
spec.add_dependency 'middleman-core', '~> 4.0'
[semver]: http://semver.org/
[pvc]: http://docs.rubygems.org/read/chapter/16#page74