Skip to content

Commit b9c2bb3

Browse files
docs: format callouts to put content on new line (#103)
* fix photo * fix formatting and add images * Refactor README layout and sponsorship section Removed redundant center div and adjusted sponsorship section. * fix: callout content to next line
1 parent 81c7e2c commit b9c2bb3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/devtools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ What? My debouncer can have dedicated devtools? Yep!
77

88
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.
99

10-
> [!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.
10+
> [!NOTE]
11+
> 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.
1112
1213
## Installation
1314

docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ npm install @tanstack/pacer
3131

3232
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.
3333

34-
> [!IMPORTANT] There's no need to install the `@tanstack/pacer` core package if you've already installed one of the above framework packages.
34+
> [!IMPORTANT]
35+
> There's no need to install the `@tanstack/pacer` core package if you've already installed one of the above framework packages.
3536
3637
## Devtools (Optional)
3738

0 commit comments

Comments
 (0)