Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Pfremmer committed Sep 26, 2016
1 parent 82c7995 commit eee28a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Library for parsing swagger documentation into PHP entities for use in testing a

Instantiate the swagger factory and pass it a valid swagger documentation file to parse:

use Nerdery\Swagger\Factory\SwaggerFactory;
use Epfremme\Swagger\Factory\SwaggerFactory;

$factory = new SwaggerFactory();
$swagger = $factory->build('/path/to/swagger/file.json');
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
>

<testsuites>
<testsuite name="Nerdery Swagger Test Suite">
<testsuite name="Swagger PHP Test Suite">
<directory>./tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit eee28a4

Please sign in to comment.