diff --git a/README.md b/README.md index d82ccc5..25e4962 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This package has pure Go implementation of some Document Object Model functions using [golang.org/x/net/html.Node](https://pkg.go.dev/golang.org/x/net/html). -I often use this for testing HTML coming back from servers. I also am using it in [Muxt](https://github.com/crhntr/muxt). If you like HTML and hypertext, definitely give it a try. +I often use this for testing HTML coming back from servers. I also am using it in [Muxt](https://github.com/crhntr/muxt). If you like hypertext, definitely go take a look. It makes use of the awesome package [andybalholm/cascadia](https://github.com/andybalholm/cascadia).