README.md in puppet-lint-version_comparison-check-0.1.1 vs README.md in puppet-lint-version_comparison-check-0.1.2
- old
+ new
@@ -17,10 +17,10 @@
Not doing so will fail with the future parser starting with Puppet 3.7.4.
#### What you have done
```puppet
-if $version >= '4' { }
+if $version >= 4 { }
```
#### What you should have done
```puppet