Skip to content

Commit

Permalink
Update lib/pure/htmlparser.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq authored Oct 26, 2023
1 parent 630328e commit ac5f731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/htmlparser.nim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
## writeFile("output.html", $html)
## ```

{.deprecated: "use command `nimble install htmlparser` and import `pkg/htmlparser` instead".}
{.deprecated: "use `nimble install htmlparser` and import `pkg/htmlparser` instead".}

import strutils, streams, parsexml, xmltree, unicode, strtabs

Expand Down

0 comments on commit ac5f731

Please sign in to comment.