Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Macnamara committed Aug 27, 2015
1 parent 674d528 commit 1a51aa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ $mask = [
}
```

###### Applying the Mask
```php
$parser = new Parser();
$output = $parser->mask($mask);
```

###### Output
This is the output generated as a result of applying the mask against the sample payload provided above.

Expand Down

0 comments on commit 1a51aa4

Please sign in to comment.