diff --git a/README.md b/README.md index 4fe6e74..0c6756e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This library adds MIDI I/O communications to an Arduino board. ### Getting Started 1. Use the Arduino Library Manager to install the library. - ![Type "MIDI" in the Arduino IDE Library Manager](res/library-manager.jpg) + ![Type "MIDI" in the Arduino IDE Library Manager](res/library-manager.png) 2. Start coding: diff --git a/res/library-manager.jpg b/res/library-manager.jpg deleted file mode 100644 index 6648fa4..0000000 Binary files a/res/library-manager.jpg and /dev/null differ diff --git a/res/library-manager.png b/res/library-manager.png new file mode 100644 index 0000000..b76f122 Binary files /dev/null and b/res/library-manager.png differ