diff --git a/LinkedIn - Demo Form Autofill.html b/LinkedIn - Demo Form Autofill.html
index 1b33cb5..49c4ca6 100644
--- a/LinkedIn - Demo Form Autofill.html
+++ b/LinkedIn - Demo Form Autofill.html
@@ -261,7 +261,7 @@
},
country = document.querySelector("#Country");
// sets the value in the form the user can see
- country.value = countries[newValue.toLowerCase()];
+ country.value = countries[newValue.toUpperCase()];
});
/*['email', 'country'].forEach(function(inputField){