This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct probable typo.
[metaconfig.git] / README
diff --git a/README b/README
index 50bd662..1567fbf 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ sufficient).
 
 You have presumably obtained the metaconfig from the repository e.g.
 
-  $ git clone github.com:Perl/metaconfig metaconfig
+  $ git clone git@github.com:Perl/metaconfig metaconfig
 
 When working with metaconfig you will generally have two git checkouts
 next to each other:  (1) this metaconfig checkout; and (2) a checkout of
@@ -45,7 +45,7 @@ Contents of this directory:
 
 Development workflow:
 
-(a) In order to assemble Configure from its units, you need mlint/metaline and
+(a) In order to assemble Configure from its units, you need mlint/metalint and
     mconfig/metaconfig from the "dist" package installed and available in your
     $PATH. You can either use the version that comes with your OS (Debian ships
     it) or the versions that are included in this checkout: just add the full
@@ -84,7 +84,7 @@ Development workflow:
 (aa) We have not yet arranged for metaconfig to use perl's versions of the
     'units' by default so you need some housekeeping in the perl directory...
 
-    Then add metaconfig/bin to your $PATH or create aliases like
+    Add metaconfig/bin to your $PATH or create aliases like
 
     $ export MC5=/your/path/to/metaconfig
     $ alias ml="perl $MC5/bin/mlint -O"