Skip to content

Commit 0d40735

Browse files
authored
Update README.md
1 parent 7f8a148 commit 0d40735

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
A python parody of the typescript library llparse.
77

8-
I take no credit for the orginal work done by indutny and I was originally very nervous about making
8+
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
99
this python library that I made public...
1010

1111
Links to the original library
@@ -121,3 +121,6 @@ print(c.c)
121121
open("http_parser.c", "w").write(c.c)
122122
open("http_parser.h", "w").write(c.header)
123123
```
124+
125+
## Video Showcasing this library
126+
- https://youtu.be/YQOzJ2BghQw

0 commit comments

Comments
 (0)