From f7eb5b75dce9cc6ff5c66f607626927395735e2a Mon Sep 17 00:00:00 2001 From: mamluka Date: Thu, 12 Jul 2012 18:03:04 +0300 Subject: [PATCH] Update master --- Installation/Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/Source.md b/Installation/Source.md index b5e49c8..07b9d4e 100644 --- a/Installation/Source.md +++ b/Installation/Source.md @@ -31,7 +31,7 @@ This can be done using the following example: ```sh git clone git://github.com/inspircd/inspircd.git -git checkout insp12 # Optional, switches to the 2.1 branch. +git checkout insp12 # Optional, switches to the 1.2 branch. git checkout insp21 # Optional, switches to the 2.1 branch. ```