Browse Source

Docs: Clarify what "It" stands for

Nils Adermann 8 years ago
parent
commit
c15baed33a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/01-basic-usage.md

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

@@ -33,7 +33,7 @@ As you can see, [`require`](04-schema.md#require) takes an object that maps
 **package names** (e.g. `monolog/monolog`) to **version constraints** (e.g.
 `1.0.*`).
 
-It uses this information to search for the right set of files in package
+Composer uses this information to search for the right set of files in package
 "repositories" that you register using the [`repositories`](04-schema.md#repositories)
 key, or in Packagist, the default package respository. In the above example,
 since no other repository has been registered in the `composer.json` file, it is