Skip to content

Commit

Permalink
Readme: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Jun 24, 2018
1 parent daed845 commit 8d044d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# CzProject\Runner

<a href="https://www.patreon.com/bePatron?u=9680759"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patron!" height="35"></a>
<a href="https://www.paypal.me/janpecha/1eur"><img src="https://buymecoffee.intm.org/img/button-paypal-white.png" alt="Buy me a coffee" height="35"></a>

## Installation

[Download a latest package](https://github.com/czproject/runner/releases) or use [Composer](http://getcomposer.org/):
Expand All @@ -15,8 +18,6 @@ composer require czproject/runner
## Usage

``` php
<?php

use CzProject\Runner\Runner;

$runner = new Runner('/path/to/working/directory');
Expand All @@ -35,7 +36,6 @@ $result->isOk();
$result->getCommand();
$result->getCode();
$result->getOutput();

```

------------------------------
Expand Down

0 comments on commit 8d044d9

Please sign in to comment.