소스 검색

Fixing typo per @stof

Ryan Weaver 13 년 전
부모
커밋
37b4edc25d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/01-basic-usage.md

+ 1 - 1
doc/01-basic-usage.md

@@ -92,7 +92,7 @@ In case of monolog it will put it into `vendor/monolog/monolog`.
 Another thing that the `install` command does is it adds a `composer.lock`
 file into your project root.
 
-## `composer.json` - The Lock File
+## `composer.lock` - The Lock File
 
 After installing the dependencies, composer writes the list of the exact
 versions it installed into a `composer.lock` file. This locks the project