Skip to content

Commit 5ffa302

Browse files
authored
adds a note for installment (#5)
1 parent 2b73c45 commit 5ffa302

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/htmlparser.nim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# distribution, for details about the copyright.
88
#
99

10+
## .. note:: In order to use this module, run `nimble install htmlparser`.
11+
##
1012
## **NOTE**: The behaviour might change in future versions as it is not
1113
## clear what "*wild* HTML the real world uses" really implies.
1214
##
@@ -2073,4 +2075,4 @@ when not defined(testing) and isMainModule:
20732075
f.write($x)
20742076
f.close()
20752077
else:
2076-
quit("cannot write test.txt")
2078+
quit("cannot write test.txt")

0 commit comments

Comments
 (0)