From 58f36924aaef48294773dcab7e293d7c8b94e69e Mon Sep 17 00:00:00 2001 From: Christopher Hunter <8398225+crhntr@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:13:09 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 689d9bf..5cfc812 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ This package has pure Go implementation of some Document Object Model functions It makes use of the awesome package [andybalholm/cascadia](https://github.com/andybalholm/cascadia). -The root pacakge specifies some of the dom interfaces; domx has implementations. +The spec pacakge specifies interfaces; dom has implementations.