Skip to content

Commit

Permalink
Add an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayan Dichtl authored and Brayan Dichtl committed Feb 9, 2018
1 parent 73c8f2d commit e9a55e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/examples/setence.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php
use \Brayansdt\AussieIpsum;

require_once __DIR__ . "/../../vendor/autoload.php";

$aussieIpsum = new AussieIpsum();

var_dump($aussieIpsum->sentence());

0 comments on commit e9a55e3

Please sign in to comment.