Skip to content

Commit

Permalink
Fix composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarquine committed Aug 17, 2016
1 parent e49197d commit 9dde766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Extract, Transform and Load data using PHP.
## Installation
In your application's folder, run:
```
composer require marquine\php-etl
composer require marquine/php-etl
```


Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Extract, Transform and Load data using PHP.
## Installation
In your application's folder, run:
```
composer require marquine\php-etl
composer require marquine/php-etl
```

## Documentation
Expand Down

0 comments on commit 9dde766

Please sign in to comment.