From 22afd16b15e5551f2a93657a786724100622cd2f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 20 Jul 2014 11:51:17 +0200 Subject: [PATCH] Fix case in components name --- public/vroom.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/vroom.pl b/public/vroom.pl index dde8ad0..e23d46c 100755 --- a/public/vroom.pl +++ b/public/vroom.pl @@ -28,19 +28,19 @@ our $components = { "Mojolicious" => { url => 'http://mojolicio.us/' }, - "Jquery" => { + "jQuery" => { url => 'http://jquery.com/' }, "notify.js" => { url => 'http://notifyjs.com/' }, - "jquery-browser-plugin" => { + "jQuery-browser-plugin" => { url => 'https://github.com/gabceb/jquery-browser-plugin' }, - "jquery-tinytimer" => { + "jQuery-tinytimer" => { url => 'https://github.com/odyniec/jQuery-tinyTimer' }, - "jquery-etherpad-lite" => { + "jQuery-etherpad-lite" => { url => 'https://github.com/ether/etherpad-lite-jquery-plugin' }, "sprintf.js" => { @@ -49,7 +49,7 @@ our $components = { "node.js" => { url => 'http://nodejs.org/' }, - "bootstrap" => { + "Bootstrap" => { url => 'http://getbootstrap.com/' }, "MariaDB" => {