diff options
author | 2022-12-17 22:04:35 +0330 | |
---|---|---|
committer | 2022-12-17 10:34:35 -0800 | |
commit | ca0ab9508fc2eacbeb2df06cdaf16e91c33b5f12 (patch) | |
tree | 64f45270acf73b126e4e52a529a60bc39b6e446e /README.md | |
parent | 68fd43313de13e58a405b4dde530471420aa784a (diff) | |
download | bun-ca0ab9508fc2eacbeb2df06cdaf16e91c33b5f12.tar.gz bun-ca0ab9508fc2eacbeb2df06cdaf16e91c33b5f12.tar.zst bun-ca0ab9508fc2eacbeb2df06cdaf16e91c33b5f12.zip |
docs(README.md): specify bun-types new path (#1622)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |