From daed5c29fa15c43917b9d87dadf29c6abc960012 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Thu, 7 May 2026 15:41:58 -0400 Subject: [PATCH] Test CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ae1cc22..5334c78d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # three-ts-types -This repository is the home for the TypeScript types for [three.js](https://github.com/mrdoob/three.js/). Periodically the updates from this repository are pushed to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) and released in the `@types/three` npm package. +This rapository is the home for the TypeScript types for [three.js](https://github.com/mrdoob/three.js/). Periodically the updates from this repository are pushed to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) and released in the `@types/three` npm package. We are using this repository as a home for the types instead of DefinitelyTyped because: