1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

Fix styling typo

This commit is contained in:
John Kary 2012-10-21 14:05:32 -05:00
parent 06eb4027a7
commit a069f7a906

View file

@ -20,7 +20,7 @@ Composer does not execute those additional scripts.**
Composer fires the following named events during its execution process:
- **pre-install-cmd*: occurs before the `install` command is executed.
- **pre-install-cmd**: occurs before the `install` command is executed.
- **post-install-cmd**: occurs after the `install` command is executed.
- **pre-update-cmd**: occurs before the `update` command is executed.
- **post-update-cmd**: occurs after the `update` command is executed.