tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.04k stars 1.26k forks source link

Error in release notes for 2.0 #833

Closed fribergr closed 1 year ago

fribergr commented 1 year ago

Hi,

When trying to follow the release notes for updating to Heroicons 2.0 for Vue we encountered a problem with the example.

The current example looks like this:

# Using React
npm install @heroicons/react@latest

# Using Vue
npm install @heroicons/vue/@latest

This is correct for react, but for vue you have a trailing slash, which does not work correctly. Should be:

npm install @heroicons/vue@latest

Best regards, Robin

RobinMalfait commented 1 year ago

Hey! Thank you for your bug report! Much appreciated! 🙏

This has been fixed!