From e3b61e41641561f7e8f1b11bef77e575427026c4 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 19 Oct 2011 22:09:43 +0800 Subject: [PATCH] Updated README [ci skip] --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 3779d50..b8baf44 100644 --- a/README.markdown +++ b/README.markdown @@ -5,12 +5,12 @@ ------------------------------------------------------- -**SCM Breeze** is a set of shell scripts (for `bash` and `zsh`) that enhance your interaction with SCM tools*, -such as git. It integrates with your shell to offer numbered file shortcuts, +**SCM Breeze** is a set of shell scripts (for `bash` and `zsh`) that enhance your interaction with tools +such as git. It integrates with your shell to give you numbered file shortcuts, a repository index with tab completion, and a community driven collection of useful SCM functions. -(* Disclaimer: While **git** is currently the only supported SCM, I've kept the project's name open -since it won't be too hard to port these ideas for other SCMs.) +Disclaimer: **git** is currently the only supported SCM, because it's the only one I use. +I've kept the project's name open because it won't be difficult to port it for other SCMs. # What does it do?