From 563bea39576f0d96e8c662eb565979b8496f1748 Mon Sep 17 00:00:00 2001 From: Michael Salling Date: Fri, 5 Jan 2024 20:40:42 +0100 Subject: [PATCH] Added better explanation to README section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc8eed31e50..653153cf270 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ Test262 runs CI tests against every PR and commit. The only tests that are requi ### Where did `website/` go? -It's been removed. If you need to access the code that contained in that directory, you can find the PR [here](https://github.com/tc39/test262/pull/2677). +It's been removed. If you need to access the code that contained in that directory, you can find the PR which removed it [here](https://github.com/tc39/test262/pull/2677).