From ca0ab9508fc2eacbeb2df06cdaf16e91c33b5f12 Mon Sep 17 00:00:00 2001 From: Hossein Pourdavar Date: Sat, 17 Dec 2022 22:04:35 +0330 Subject: [PATCH] docs(README.md): specify bun-types new path (#1622) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2cb1b92db..9c94f3ea07 100644 --- a/README.md +++ b/README.md @@ -329,9 +329,9 @@ bun add bun-types } ``` -You can also [view the types here](https://github.com/oven-sh/bun-types). +You can also [view the types here](https://github.com/oven-sh/bun/tree/main/packages/bun-types). -To contribute to the types, head over to [oven-sh/bun-types](https://github.com/oven-sh/bun-types). +To contribute to the types, head over to [packages/bun-types](https://github.com/oven-sh/bun/tree/main/packages/bun-types). ### Fast paths for Web APIs