summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-04-09 01:21:48 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2010-04-09 01:21:48 -0400
commit8ebb65e5764dae04d8f3dc28fc2ef9c0b4ade254 (patch)
treeb5a5d8faea21862593594f9c4e4a3c4a41590dfd
parentAdded branch creation script and updated readme. (diff)
downloadGitTools-8ebb65e5764dae04d8f3dc28fc2ef9c0b4ade254.tar.xz
GitTools-8ebb65e5764dae04d8f3dc28fc2ef9c0b4ade254.zip
Typo.
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 686331f..e797e98 100644
--- a/README.txt
+++ b/README.txt
@@ -2,6 +2,6 @@ Welcome to the AnyClip Labs git repository. Each labs project is a seperate "bra
To create a new branch for a new project, run
-./NewProject MyNewProject
+./NewProject.sh MyNewProject
and then make your first commit. It's customary not to use spaces in the branch name.