1
0
Fork 0

Fix the doc markup

In *nix, the star needs to be part of the content, not of the markdown markup, and so it requires escaping.
pull/7673/head
Christophe Coevoet 2018-09-26 15:12:25 +02:00 committed by GitHub
parent 7e2e231899
commit 0ca5c6342d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -856,9 +856,9 @@ is a hidden, global (per-user on the machine) directory that is shared between
all projects. all projects.
By default it points to `C:\Users\<user>\AppData\Roaming\Composer` on Windows By default it points to `C:\Users\<user>\AppData\Roaming\Composer` on Windows
and `/Users/<user>/.composer` on OSX. On *nix systems that follow the [XDG Base and `/Users/<user>/.composer` on OSX. On \*nix systems that follow the [XDG Base
Directory Specifications](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), Directory Specifications](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html),
it points to `$XDG_CONFIG_HOME/composer`. On other *nix systems, it points to it points to `$XDG_CONFIG_HOME/composer`. On other \*nix systems, it points to
`/home/<user>/.composer`. `/home/<user>/.composer`.
#### COMPOSER_HOME/config.json #### COMPOSER_HOME/config.json