We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8a148 commit 0d40735Copy full SHA for 0d40735
README.md
@@ -5,7 +5,7 @@
5
6
A python parody of the typescript library llparse.
7
8
-I take no credit for the orginal work done by indutny and I was originally very nervous about making
+I take no credit for the orginal work done by indutny and the other node-js contributors involved and I was originally very nervous about making
9
this python library that I made public...
10
11
Links to the original library
@@ -121,3 +121,6 @@ print(c.c)
121
open("http_parser.c", "w").write(c.c)
122
open("http_parser.h", "w").write(c.header)
123
```
124
+
125
+## Video Showcasing this library
126
+- https://youtu.be/YQOzJ2BghQw
0 commit comments