From 0f9c9d195d913de84a058b8190fb1d4c41d9f7b3 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 12 Jul 2011 20:10:49 -0400 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1446279..62cb1ab 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ In a nutshell: * Set the title of the tab with `set_title`. * Or run a command magically (using `method_missing`). -`open_tab`, and `default_tab` can take an options hash: +`open_tab` and `default_tab` can take an options hash: * `:dir` changes to the given directory before executing commands. * `:color` changes the window chrome and tab color to the given hex code (3 or 6 hex digits) or built-in color. See ItermWindow.colors for the list of available colors.