aspnet / LibraryManager

MIT License
458 stars 80 forks source link

README gif is out of date packages -> libraries #673

Closed sbrockway closed 2 years ago

sbrockway commented 2 years ago

Describe the bug

The README.md for this products repository contains an animated gif in the Intellisense section that shows the JSON of the libman.json file. The gif shows, what I assume is, an older format of the file using a packages node, whereas the current version uses a libraries node. Could someone with gif making skills update the gif, to avoid confusion/misleading new adopters?

To Reproduce

Steps to reproduce the behavior:

  1. Navigate to the rendered README.md for this repository
  2. View the Intellisense section
  3. Notice the JSON format used in the animated gif

Expected behavior

The gif should show accurate JSON format. It shows a packages node instead of the libraries node. Assuming packages was an older format.

Screenshots

Inaccurate annimated gif

Additional context

Strictly a documentation issue. Not a tool issue.

sbrockway commented 2 years ago

Looks great! Thanks @jimmylewis