Skip to content

Commit

Permalink
Update README with new namespaced Field constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich authored Jul 12, 2023
1 parent f6bd5e6 commit f5d5fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ An instance of `FillablePDF` has the following methods at its disposal:
# list of all field types
FillablePDF::Field::BUTTON ('/Btn')
Field::CHOICE ('/Ch')
Field::SIGNATURE ('/Sig')
Field::TEXT ('/Tx')
FillablePDF::Field::CHOICE ('/Ch')
FillablePDF::Field::SIGNATURE ('/Sig')
FillablePDF::Field::TEXT ('/Tx')
```
You can check the field type by using:
Expand Down

0 comments on commit f5d5fd5

Please sign in to comment.