Skip to content

Commit cfb8943

Browse files
committed
Readme update
1 parent 2705969 commit cfb8943

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,11 @@ ProntoForms::sendForm($questions);
4040
## Retrieve Form
4141
``` php
4242
$formId = '<your_form_submission_id>';
43-
ProntoForms::getForm($form_id);
43+
ProntoForms::fetchForm($form_id);
44+
```
45+
46+
## Retrieve PDF
47+
``` php
48+
$formId = '<your_form_submission_id>';
49+
ProntoForms::fetchPDF($form_id);
4450
```

0 commit comments

Comments
 (0)