Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pnpm install
4. A "Release packages" PR will be created automatically
5. Merge the release PR to publish to NPM

## Documentation
## Documentation <a href="https://deepwiki.com/Crossmint/crossmint-sdk"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The badge is placed inline with the section header, which may affect readability and is not a common Markdown convention. Consider placing the badge on a separate line after the header for better formatting:

## Documentation

<a href="https://deepwiki.com/Crossmint/crossmint-sdk"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>

Alternatively, use Markdown-style badge syntax for better consistency:

## Documentation

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Crossmint/crossmint-sdk)
Suggested change
## Documentation <a href="https://deepwiki.com/Crossmint/crossmint-sdk"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
## Documentation
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Crossmint/crossmint-sdk)

Copilot uses AI. Check for mistakes.

For detailed documentation and guides, visit our [official documentation](https://docs.crossmint.com/).

Expand Down