From 6a2d290bdbe95e00d7772f8974a24a989cceba2f Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 10 Sep 2012 13:27:15 -0400 Subject: [PATCH] readme and version --- README.md | 5 ++++- lib/hollandaise/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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