Skip to content

Commit

Permalink
Fix Prawn docs link (#36)
Browse files Browse the repository at this point in the history
* Fix Prawn docs link

* Update README.md

Co-authored-by: Chris Oliver <excid3@gmail.com>

---------

Co-authored-by: Chris Oliver <excid3@gmail.com>
  • Loading branch information
ocarreterom and excid3 committed Mar 6, 2024
1 parent 3b94102 commit af703af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -151,7 +151,7 @@ If not set, it will fall back to Prawn's default behavior.

`details` and `line_items` allow inline formatting with Prawn. This allows you to use HTML tags to format text: `<b>` `<i>` `<u>` `<strikethrough>` `<sub>` `<sup>` `<font>` `<color>` `<link>`

See [the Prawn docs](https://prawnpdf.org/api-docs/2.3.0/Prawn/Text.html#text-instance_method) for more information.
See [the Prawn docs](https://prawnpdf.org/) for more information.

#### Page Size

Expand Down

0 comments on commit af703af

Please sign in to comment.