]> git.mxchange.org Git - friendica.git/blobdiff - doc/Composer.md
spelling: character
[friendica.git] / doc / Composer.md
index 306d0fa89db431b2ec8b8cdac7e8c7fdc151ca4b..7b62ba6cf4765dfdf161cb07c296a7225daba956 100644 (file)
@@ -6,7 +6,7 @@ Using Composer
 
 Friendica uses [Composer](https://getcomposer.org) to manage dependencies libraries and the class autoloader both for libraries and namespaced Friendica classes.
 
-It's a command-line tool that downloads required libraries into the `vendor` folder and makes any namespaced class in `src` available through the whole application through `boot.php`.
+It's a command-line tool that downloads required libraries into the `vendor` folder and makes any namespaced class in `src` available through the whole application.
 
 * [Class autoloading](help/autoloader)