Forráskód Böngészése

Tweak path repo docs, refs #4588

Jordi Boggiano 9 éve
szülő
commit
25fd5065f7
1 módosított fájl, 5 hozzáadás és 5 törlés
  1. 5 5
      doc/05-repositories.md

+ 5 - 5
doc/05-repositories.md

@@ -550,7 +550,7 @@ repository.
 ### Toran Proxy
 
 [Toran Proxy](https://toranproxy.com/) is a web app much like Packagist but
-providing private package hosting as well as mirroring/proxying of GitHub and 
+providing private package hosting as well as mirroring/proxying of GitHub and
 packagist.org. Check its homepage and the [Satis/Toran Proxy article](articles/handling-private-packages-with-satis.md)
 for more information.
 
@@ -634,14 +634,14 @@ file, you can use the following configuration:
         }
     ],
     "require": {
-        "my/package": "*@dev"
+        "my/package": "*"
     }
 }
 ```
 
-The local package will be symlinked if possible, in which case the output in 
-the console will read `Symlinked from ../../packages/my-package`. If symlinking 
-is _not_ possible the package will be copied. In that case, the console will 
+The local package will be symlinked if possible, in which case the output in
+the console will read `Symlinked from ../../packages/my-package`. If symlinking
+is _not_ possible the package will be copied. In that case, the console will
 output `Mirrored from ../../packages/my-package`.
 
 Instead of using a relative path, an absolute path can also be used.