Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Aug 8, 2024
1 parent c8f76cd commit 430a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ XmlConverterCiiToUbl::fromString($document->getContent())->convert()->saveXmlFil
You can convert a UBL document and handle it with ``horstoko/zugferd``

```php
use horstoeko\zugferd\ZugferdDocumentReader
use horstoeko\zugferd\ZugferdDocumentReader;
use horstoeko\zugferdublbridge\XmlConverterUblToCii;

$sourceXmlFilename = '/path/to/ubl.xml.file';
Expand Down

0 comments on commit 430a35a

Please sign in to comment.