Skip to content

Commit 3869d9f

Browse files
committed
Update README.md
1 parent df2a2be commit 3869d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for i in html.findAllNodes("span", {"class": "my-custom-class"}):
2222
### Using tables
2323
You can also use tables instead of arrays of tuples of strings (lol)
2424
```nim
25-
import std/htmlparser
25+
import std/[htmlparser, tables]
2626
import beautifulparser
2727
2828

0 commit comments

Comments
 (0)