README.md in bundler-talks-0.0.3 vs README.md in bundler-talks-0.0.4
- old
+ new
@@ -18,13 +18,14 @@
```bash
$ gem install bundler-talks
$ bundler-talks install # instead of just `bundle install`
$ bundler-talks update # instead of just `bundle update`
+$ bundler-talks exec # instead of just `bundle exec`
```
-You can work with `bundler-talks update/install` just the same as with original `bundle update/install` - with some options and customizations:
+You can work with `bundler-talks update/install/exec` just the same as with original `bundle update/install/exec` - with some options and customizations:
```bash
$ bundler-talks update rails
# instead of
$ bundle update rails
@@ -38,12 +39,14 @@
I did it by myself
### Contributors
-* @gazay
+ * @gazay
### A lot of thanks
+
+ * @imanel for exec method
You can help me with this fun gem and I'll gladly add you here, or above
## License