summary refs log tree commit diff stats
path: root/lib/pure/htmlparser.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/htmlparser.nim')
-rw-r--r--lib/pure/htmlparser.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/htmlparser.nim b/lib/pure/htmlparser.nim
index 0de384a8e..8bf149721 100644
--- a/lib/pure/htmlparser.nim
+++ b/lib/pure/htmlparser.nim
@@ -47,6 +47,8 @@
 ##     writeFile("output.html", $html)
 ##   ```
 
+{.deprecated: "use `nimble install htmlparser` and import `pkg/htmlparser` instead".}
+
 import strutils, streams, parsexml, xmltree, unicode, strtabs
 
 when defined(nimPreviewSlimSystem):