diff --git a/docs/devtools.md b/docs/devtools.md index 2d88cfee3..daee8d68b 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -7,7 +7,8 @@ What? My debouncer can have dedicated devtools? Yep! TanStack Pacer provides devtools for debugging and monitoring all your utilities in real-time. The devtools integrate seamlessly within the new [TanStack Devtools](https://tanstack.com/devtools) multi-panel UI. -> [!NOTE] By default, the TanStack Devtools and TanStack Pacer Devtools will only be included in development mode. This helps keep your production bundle size minimal. If you need to include devtools in production builds (e.g., for debugging production issues), you can use the alternative "production" imports. +> [!NOTE] +> By default, the TanStack Devtools and TanStack Pacer Devtools will only be included in development mode. This helps keep your production bundle size minimal. If you need to include devtools in production builds (e.g., for debugging production issues), you can use the alternative "production" imports. ## Installation diff --git a/docs/installation.md b/docs/installation.md index 0e3b8cfd0..d73a3f9fe 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -31,7 +31,8 @@ npm install @tanstack/pacer Install the the core `@tanstack/pacer` package to use with any framework or without a framework. Each framework package up above will also re-export everything from this core package. -> [!IMPORTANT] There's no need to install the `@tanstack/pacer` core package if you've already installed one of the above framework packages. +> [!IMPORTANT] +> There's no need to install the `@tanstack/pacer` core package if you've already installed one of the above framework packages. ## Devtools (Optional)