Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mekras committed Aug 17, 2016
1 parent 326e315 commit 64514d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/03-creating_documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Common steps are:

```php
use Mekras\Atom\DocumentFactory;
use Mekras\Atom\Document\EntryDocument;

$factory = new DocumentFactory;

Expand Down Expand Up @@ -47,7 +46,6 @@ echo (string) $document;

```php
use Mekras\Atom\DocumentFactory;
use Mekras\Atom\Document\FeedDocument;

$factory = new DocumentFactory;

Expand Down

0 comments on commit 64514d7

Please sign in to comment.