diff --git a/README.md b/README.md index e266af5..bba0b04 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ On Sauce labs: * `chromewin` * `ffwin10` -Make more on the `Hollandaise::Browsers` module! All sorts of flavors! +### Projects + +`hollandaise project NAME` creates a new `hollandaise.rb` file. Fill it in with your project details. +`hollandaise cook` runs that project, making appropriately-named directories. Sweet! ## Adding your own ingredients diff --git a/lib/hollandaise/version.rb b/lib/hollandaise/version.rb index 8c67714..1a996c3 100644 --- a/lib/hollandaise/version.rb +++ b/lib/hollandaise/version.rb @@ -1,3 +1,3 @@ module Hollandaise - VERSION = "0.0.1" + VERSION = "0.1.0" end