From 32f6c25185d1589bebd8016250239d531d83c5de Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 11 Jan 2024 12:02:05 -0800 Subject: [PATCH] Fix links --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bd89ae..04fd55c 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,15 @@ and optimized for use in both client and server applications. The package does not contain any code, it re-exports from a core set of Seam modules: -- [`@seamapi/types`](https://github.com/seamapi/types): TypeScript types for the Seam API. -- [`@seamapi/http`](https://github.com/seamapi/javascript-http): JavaScript HTTP client for the Seam API written in TypeScript. -- [`@seamapi/webhook`](https://github.com/seamapi/javascript-webhook): Webhook SDK for the Seam API written in TypeScript. +- [@seamapi/types]: TypeScript types for the Seam API. +- [@seamapi/http]: JavaScript HTTP client for the Seam API written in TypeScript. +- [@seamapi/webhook]: Webhook SDK for the Seam API written in TypeScript. + +[Seam]: https://www.seam.co/ +[Seam Docs]: https://docs.seam.co/latest/ +[@seamapi/types]: https://github.com/seamapi/types +[@seamapi/http]: https://github.com/seamapi/javascript-http +[@seamapi/webhook]: https://github.com/seamapi/javascript-webhook ## Installation