소스 검색

Merge pull request #8607 from DurandSacha/patch-1

Update 00-intro.md
Jordi Boggiano 5 년 전
부모
커밋
881d743ac0
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      doc/00-intro.md

+ 3 - 2
doc/00-intro.md

@@ -19,13 +19,14 @@ This idea is not new and Composer is strongly inspired by node's
 Suppose:
 Suppose:
 
 
 1. You have a project that depends on a number of libraries.
 1. You have a project that depends on a number of libraries.
-1. Some of those libraries depend on other libraries.
+2. Some of those libraries depend on other libraries.
 
 
 Composer:
 Composer:
 
 
 1. Enables you to declare the libraries you depend on.
 1. Enables you to declare the libraries you depend on.
-1. Finds out which versions of which packages can and need to be installed, and
+2. Finds out which versions of which packages can and need to be installed, and
    installs them (meaning it downloads them into your project).
    installs them (meaning it downloads them into your project).
+3. You can update all your dependencies in one command.
 
 
 See the [Basic usage](01-basic-usage.md) chapter for more details on declaring
 See the [Basic usage](01-basic-usage.md) chapter for more details on declaring
 dependencies.
 dependencies.