Skip to content

Commit

Permalink
Removed composer_loader from readme because it's deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
korstiaan committed Aug 24, 2012
1 parent 88bb08f commit 48573cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Expand Up @@ -36,14 +36,9 @@ If you don't want it there, or it's not part of your Drupal rootdir, symlink it

### Using Composer

Using `Composer` means enabling its autoloader. This can be done in 2 ways:

#### 1. Require _autoload.php_ in _settings.php_ (recommended)

Add the following to your project's settings.php:
Using `Composer` means including its autoloader. Add the following to your Drupals settings.php:

```php
<?php
// /path/to/sites/default/settings.php

require '/path/to/vendor/autoload.php';
Expand Down

0 comments on commit 48573cf

Please sign in to comment.