From 885fae560b1c021eed7436e9ba181ebcbbab079d Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Mon, 20 Nov 2023 18:07:53 +0100 Subject: [PATCH] readme: typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ca6e4c..3f0af91f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ make wpt Node-childNodes.html We add new tests cases files with implemented changes in Browsercore. Copy the test case you want to add from the [WPT -repo](https://github.com/web-platform-tests/wpt) into `test/wpt` dir and commit +repo](https://github.com/web-platform-tests/wpt) into `tests/wpt` dir and commit the files. -:warning: Please keep the original directory tree structure into `test/wpt`. +:warning: Please keep the original directory tree structure into `tests/wpt`.