Skip to content

Commit 090c324

Browse files
authored
Update readUNBDateTimeOfPreparation
Deprecated call to readUNBDateTimeOfPreperation
1 parent d7e19ce commit 090c324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ $p = new EDI\Parser();
469469
$p->load($x);
470470
$r = new EDI\Reader($p);
471471
$sender = $r->readEdiDataValue('UNB', 2);
472-
$Dt = $r->readUNBDateTimeOfPreperation();
472+
$Dt = $r->readUNBDateTimeOfPreparation();
473473

474474
```
475475
See section about EDI\Parser above on how to load a file into a parser.

0 commit comments

Comments
 (0)