diff --git a/README.md b/README.md index 17cdc3f..6a78d7b 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ pip install markdown2 ``` Make sure the `markdown2 command is in your path, then run `make` to generate the HTML. + +### Testing them branches diff --git a/gitworkshop.md b/gitworkshop.md index 81df48c..22cb3ef 100644 --- a/gitworkshop.md +++ b/gitworkshop.md @@ -172,7 +172,7 @@ necessary to create the directory first: Another way to create a git repository is to copy -- or *clone* it -- from somewhere else using the `git clone` command. For example: - $ git clone git://github.com/robparrott/git-workshop-sample1.git + $ git clone git://github.com/robparrott/git-workshop.git Which should result in output along the lines of: