Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
howyi committed Sep 3, 2017
1 parent d096935 commit 0737144
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,10 @@ $environment = \Lamb\EnvironmentStructureFactory::fromDir();

dump(\Lamb\Converter\Swagger::document($collection, $environment, 'your_env'));
```

## Generate API Blueprint document
```php
$collection = \Lamb\CollectionStructureFactory::fromDir();

dump(\Lamb\Converter\ApiBlueprint::document($collection));
```

0 comments on commit 0737144

Please sign in to comment.