Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoegel committed Aug 30, 2015
1 parent 46d5cf1 commit 98cd115
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
Expand Up @@ -35,7 +35,7 @@ and is intended to:

# How to use it?

```
```php
$parser = new \Dnoegel\Phargparse\Argparse();

// each -v or --value will increase the verbosityy count
Expand Down Expand Up @@ -66,7 +66,7 @@ $result = $parser->parse([

The result will look like this:

```
```php
[
'-v' => 3,
'--verbose' => 3,
Expand All @@ -79,4 +79,4 @@ The result will look like this:
'foo', 'bar', 'baz'
]
]
```
```

0 comments on commit 98cd115

Please sign in to comment.