Showing 1 changed files with 4 additions and 4 deletions
+4 -4
README.md
... ...
@@ -334,10 +334,10 @@ You can import already existing repositories by **script/import_rep** script.
334 334
 
335 335
 **-u** is user name. rep_dir must contains git respoitories like the following.
336 336
 
337
-   rep_dir/project1.git
338
-          /project2.git
339
-          /project3.git
340
-          /project3.git
337
+    rep_dir/project1.git
338
+           /project2.git
339
+           /project3.git
340
+           /project3.git
341 341
 
342 342
 If C<description> file exists in git repository, it is copied.
343 343